X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=bce04e6f03d08b97d4768e717a0c85fecb6196ed;hb=fb64abae07da986319e65ce5d027d2dab60c34fd;hp=66be8b6d49598a3205d40277f0c8327aeff97196;hpb=591abf0ef3819c892a61a71042b285b4215ebb1a;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 66be8b6d4..bce04e6f0 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -678,6 +678,7 @@ sub tables_hashref { 'spool_cdr','char', 'NULL', 1, '', '', 'squelch_cdr','char', 'NULL', 1, '', '', 'invoice_terms', 'varchar', 'NULL', $char_d, '', '', + 'archived', 'char', 'NULL', 1, '', '', ], 'primary_key' => 'custnum', 'unique' => [ [ 'agentnum', 'agent_custid' ] ], @@ -696,6 +697,7 @@ sub tables_hashref { [ 'ship_county' ], [ 'ship_state' ], [ 'ship_country' ], [ 'ship_zip' ], [ 'ship_daytime' ], [ 'ship_night' ], [ 'ship_fax' ], + [ 'archived' ], ], },