MT#13369 Extend enum for lineranges positions

Change-Id: I286184c52a7cc08084d8ecb15af60b211fac921a
changes/38/1838/4
Irina Peshinskaya 10 years ago
parent 2df7fc00c9
commit 7edb284b74

@ -48,7 +48,7 @@ __PACKAGE__->add_columns(
{
data_type => "enum",
default_value => "top",
extra => { list => ["top", "bottom", "left", "right"] },
extra => { list => ["top", "bottom", "left", "right", "bottomleft", "bottomright", "topleft", "topright"] },
is_nullable => 0,
},
);

Loading…
Cancel
Save