X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=94d7f36abecf650a68ca2922c62c24a220a22cd6;hb=78b44177a16bc4da793da1c461455a0e77d52999;hp=a1004d07d9d53d34670888988777fa5fa68b98d1;hpb=f926513f6aa8cc228f62f8b1f582bb823c021cdc;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index a1004d07d..94d7f36ab 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1617,6 +1617,8 @@ sub tables_hashref { [ 'referral_custnum' ], [ 'payby' ], [ 'paydate' ], [ 'archived' ], + [ 'ship_locationnum' ], + [ 'bill_locationnum' ], ], 'foreign_keys' => [ { columns => [ 'agentnum' ], @@ -2232,7 +2234,7 @@ sub tables_hashref { 'pkgnum', 'int', 'NULL', '', '', '', #desired pkgnum for pkg-balances 'status', 'varchar', '', $char_d, '', '', - 'session_id', 'varchar', 'NULL', $char_d, '', '', #only need 32 + 'session_id', 'varchar', 'NULL', 1024, '', '', # SHA-512-hex 'statustext', 'text', 'NULL', '', '', '', 'gatewaynum', 'int', 'NULL', '', '', '', #'cust_balance', @money_type, '', '', @@ -4500,6 +4502,7 @@ sub tables_hashref { 'rssi', 'int', 'NULL', '', '', '', 'suid', 'int', 'NULL', '', '', '', 'shared_svcnum', 'int', 'NULL', '', '', '', + 'serviceid', 'varchar', 'NULL', 64, '', '',#srvexport/reportfields ], 'primary_key' => 'svcnum', 'unique' => [ [ 'ip_addr' ], [ 'mac_addr' ] ],