Align to new product class enum.

gjungwirth/sqlite
Andreas Granig 12 years ago
parent 72fc078f65
commit 7a4befa209

@ -41,9 +41,8 @@ __PACKAGE__->add_columns(
"sippeering",
"pstnpeering",
"reseller",
"voip",
"hardware",
"auxiliary",
"sipaccount",
"pbxaccount",
],
},
is_nullable => 0,
@ -152,7 +151,7 @@ NGCP::Schema::Result::products
=head2 class
data_type: 'enum'
extra: {list => ["sippeering","pstnpeering","reseller","voip","hardware","auxiliary"]}
extra: {list => ["sippeering","pstnpeering","reseller","sipaccount","pbxaccount"]}
is_nullable: 0
=head2 handle

Loading…
Cancel
Save