[freeside-commits] branch master updated. d2a42bce5c5557966cc0f0966e4b9d14fff576a0

Ivan Kohler ivan at freeside.biz
Mon Aug 5 15:42:47 PDT 2019


The branch, master has been updated
       via  d2a42bce5c5557966cc0f0966e4b9d14fff576a0 (commit)
      from  51c0d6572357ba4d7c11a11e7ff506428c1cc045 (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 d2a42bce5c5557966cc0f0966e4b9d14fff576a0
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Aug 5 15:42:40 2019 -0700

    place to track an imported regionid, RT#83146

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 8a349f7f0..569401b1d 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -5317,10 +5317,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