summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2019-02-12 14:35:14 -0800
committerIvan Kohler <ivan@freeside.biz>2019-02-12 14:35:14 -0800
commit24c2d0b0530f4ffc09ca3a474aa756d3fffda499 (patch)
treecbe8845afd8a32a21017b22acf88086fbd81eb44 /FS/FS/Schema.pm
parentc2d7c1030acaf3b5ef8c1e14559b56f48fd25e28 (diff)
save skip reason for CDR, RT#81480
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index b9df650..a376dd9 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -5599,6 +5599,9 @@ sub tables_hashref {
#NULL, done (or something)
'freesidestatus', 'varchar', 'NULL', 32, '', '',
+ #additional status info (i.e. reason for "skipped" freesidestatus)
+ 'freesidestatustext', 'text', 'NULL', '', '', '',
+
#NULL, done (or something)
'freesiderewritestatus', 'varchar', 'NULL', 32, '', '',