From d2a42bce5c5557966cc0f0966e4b9d14fff576a0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 5 Aug 2019 15:42:40 -0700 Subject: [PATCH 1/1] place to track an imported regionid, RT#83146 --- FS/FS/Schema.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' => { -- 2.11.0