X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FSchema.pm;h=df987ffc7bd62b4323f484a5f961ebef2d6aa647;hb=0b2e7bf798685d0d6eb2f7a950783207d686d744;hp=4ff9db211ce0927d801a208aefd94fa5897be746;hpb=0abdebedb22597b1e9c0b3e1c0fc91a5e7116388;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 4ff9db211..df987ffc7 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -7492,6 +7492,7 @@ sub tables_hashref { 'usernum', 'int', 'NULL', '', '', '', 'searchname', 'varchar', '', $char_d, '', '', 'path', 'varchar', '', $char_d, '', '', + 'params', 'text', 'NULL', '', '', '', 'disabled', 'char', 'NULL', 1, '', '', 'freq', 'varchar', 'NULL', 16, '', '', 'last_sent', 'int', 'NULL', '', '', '', @@ -7507,23 +7508,6 @@ sub tables_hashref { ], }, - 'saved_search_option' => { - 'columns' => [ - 'optionnum', 'serial', '', '', '', '', - 'searchnum', 'int', '', '', '', '', - 'optionname', 'varchar', '', $char_d, '', '', - 'optionvalue', 'text', 'NULL', '', '', '', - ], - 'primary_key' => 'optionnum', - 'unique' => [ [ 'searchnum', 'optionname' ] ], - 'index' => [], - 'foreign_keys' => [ - { columns => [ 'searchnum' ], - table => 'saved_search', - }, - ], - }, - # name type nullability length default local #'new_table' => {