From 4fcc2ecff984d1032cef03b7345c460024a345c9 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 6 Apr 2016 14:09:42 -0700 Subject: add cust_event.no_action flag for events that conditionally execute, #36741 --- FS/FS/Schema.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FS/FS/Schema.pm') diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 5e97d79..36e6fdf 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -923,12 +923,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'], ], 'foreign_keys' => [ { columns => [ 'eventpart' ], -- cgit v1.1