X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=569401b1d5b54c5e33e0b7af8c6ca6322a5b74ef;hp=8a349f7f0b57c74a1d21fc0eccd23799013c1e80;hb=d2a42bce5c5557966cc0f0966e4b9d14fff576a0;hpb=51c0d6572357ba4d7c11a11e7ff506428c1cc045;ds=sidebyside 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' => {