From: Ivan Kohler Date: Mon, 5 Aug 2019 22:42:40 +0000 (-0700) Subject: place to track an imported regionid, RT#83146 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d2a42bce5c5557966cc0f0966e4b9d14fff576a0;ds=inline 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' => {