X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=0b54282ef3b52464eec3398e4da3e6dc2772f8c5;hb=7b125e587a4d1ee0aca692e23ea7897f671855ae;hp=ab80a08ba859521c73e2b3c79e93ef719aaa6fc2;hpb=f1cd7f98b487e74aa60b6c41d3377cc60f7ac25a;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index ab80a08ba..0b54282ef 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1461,6 +1461,7 @@ sub tables_hashref { 'pay_weight', 'real', 'NULL', '', '', '', 'credit_weight', 'real', 'NULL', '', '', '', 'agentnum', 'int', 'NULL', '', '', '', + 'fcc_ds0s', 'int', 'NULL', '', '', '', 'no_auto', 'char', 'NULL', 1, '', '', ], 'primary_key' => 'pkgpart', @@ -1795,7 +1796,7 @@ sub tables_hashref { 'priority', 'int', '', '', '', '', ], 'primary_key' => 'rulenum', - 'unique' => [], + 'unique' => [ [ 'svcnum', 'name' ] ], 'index' => [ [ 'svcnum' ] ], },