X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=aebe5de6346c65997999a3fb391cf03d6064d2d0;hb=32635b5ca3bbc3b75ace232c86945ea5b83066e2;hp=da264fa05f2b9c72af4c2462407bebabfba28254;hpb=1293d137b061f097190eda53e4e78214e18832e6;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index da264fa05..aebe5de63 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -988,7 +988,7 @@ sub tables_hashref { 'index' => [ ['username'], ['domsvc'] ], }, - 'svc_acct_rt_transaction' => { + 'acct_rt_transaction' => { 'columns' => [ 'svcrtid', 'int', '', '', '', '', 'svcnum', 'int', '', '', '', '', @@ -1734,6 +1734,7 @@ sub tables_hashref { 'usernum', 'int', '', '', '', '', 'prefname', 'varchar', '', $char_d, '', '', 'prefvalue', 'text', 'NULL', '', '', '', + 'expiration', @date_type, '', '', ], 'primary_key' => 'prefnum', 'unique' => [],