X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=73b94d4102fbae9b18edc570b7a14971c51b6ca0;hb=1ff526055d1c14c45f1eab0c29e4ac47f350b32b;hp=316ec4843b91b3d17345fb93a63254fd9684f094;hpb=06809c379e25e6753d39ca79a39c977e5194c696;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 316ec4843..73b94d410 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -771,12 +771,13 @@ sub tables_hashref { '_date', @date_type, '', '', 'status', 'varchar', '', $char_d, '', '', 'statustext', 'text', 'NULL', '', '', '', + 'no_action', 'char', 'NULL', 1, '', '', ], 'primary_key' => 'eventnum', #no... there are retries now #'unique' => [ [ 'eventpart', 'invnum' ] ], 'unique' => [], 'index' => [ ['eventpart'], ['tablenum'], ['status'], - ['statustext'], ['_date'], + ['statustext'], ['_date'], ['no_action'], ], },