From 7edb284b743ff08b1514a77a71af5cd890308ff6 Mon Sep 17 00:00:00 2001 From: Irina Peshinskaya Date: Mon, 22 Jun 2015 12:11:53 +0300 Subject: [PATCH] MT#13369 Extend enum for lineranges positions Change-Id: I286184c52a7cc08084d8ecb15af60b211fac921a --- lib/NGCP/Schema/Result/autoprov_device_line_annotations.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Schema/Result/autoprov_device_line_annotations.pm b/lib/NGCP/Schema/Result/autoprov_device_line_annotations.pm index f120fc51..989e5339 100644 --- a/lib/NGCP/Schema/Result/autoprov_device_line_annotations.pm +++ b/lib/NGCP/Schema/Result/autoprov_device_line_annotations.pm @@ -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, }, );