From e9588a939e545a668e05eba856ef64167e8de150 Mon Sep 17 00:00:00 2001 From: Irina Peshinskaya Date: Fri, 30 Jan 2015 01:33:31 +0200 Subject: [PATCH] MT#11147 Rename extension type basic to phone --- lib/NGCP/Schema/Result/autoprov_devices.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/NGCP/Schema/Result/autoprov_devices.pm b/lib/NGCP/Schema/Result/autoprov_devices.pm index 869e88d0..7ff5a41e 100644 --- a/lib/NGCP/Schema/Result/autoprov_devices.pm +++ b/lib/NGCP/Schema/Result/autoprov_devices.pm @@ -25,8 +25,8 @@ __PACKAGE__->add_columns( "type", { data_type => "enum", - default_value => "basic", - extra => { list => ["basic","extension"] }, + default_value => "phone", + extra => { list => ["phone","extension"] }, is_nullable => 0, }, "front_image",