X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=72079f80868e211579d8987308562f36e86fc949;hb=cfe0406764d057feeea74b676acc08917fa23f26;hp=086fcff0f0b2253a37bbdece510858cbf062f2f9;hpb=386c1c45a7cb9e8ad93862d9aa2d59cdb4ed0d3a;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 086fcff0f..72079f808 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -5231,7 +5231,7 @@ sub tables_hashref { 'ocn', 'char', 'NULL', 4, '', '', ], 'primary_key' => 'prefixnum', - 'unique' => [], + 'unique' => [ [ 'countrycode', 'npa', 'nxx' ] ], 'index' => [ [ 'countrycode' ], [ 'npa' ], [ 'regionnum' ] ], 'foreign_keys' => [ { columns => [ 'regionnum' ], @@ -6995,6 +6995,7 @@ sub tables_hashref { 'vendor_order_status', 'varchar', 'NULL', $char_d, '', '', 'endpoint_ip_addr', 'varchar', 'NULL', 40, '', '', 'endpoint_mac_addr', 'varchar', 'NULL', 12, '', '', + 'internal_circuit_id', 'varchar', 'NULL', 64, '', '', ], 'primary_key' => 'svcnum', 'unique' => [],