[freeside-commits] branch FREESIDE_4_BRANCH updated. f8ab34b9ef9c25f2a3aaf623f5cee9bcaaa66289
Ivan Kohler
ivan at freeside.biz
Mon Aug 5 15:42:50 PDT 2019
The branch, FREESIDE_4_BRANCH has been updated
via f8ab34b9ef9c25f2a3aaf623f5cee9bcaaa66289 (commit)
from 331c26c10cac36acb6c20ec5487df1cedac4641f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f8ab34b9ef9c25f2a3aaf623f5cee9bcaaa66289
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Aug 5 15:42:43 2019 -0700
place to track an imported regionid, RT#83146
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 56ea72737..bbd89f21e 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -5203,10 +5203,11 @@ sub tables_hashref {
'regionnum', 'serial', '', '', '', '',
'regionname', 'varchar', '', $char_d, '', '',
'exact_match', 'char', 'NULL', 1, '', '',
+ 'agent_regionid', 'varchar', 'NULL', $char_d, '', '',
],
'primary_key' => 'regionnum',
'unique' => [],
- 'index' => [],
+ 'index' => [ ['agent_regionid'] ],
},
'rate_prefix' => {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Schema.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list