diff options
author | Mark Wells <mark@freeside.biz> | 2013-10-01 12:23:21 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-10-01 12:23:28 -0700 |
commit | 7c98ebae682487cc2918cee25977b828810b5244 (patch) | |
tree | e6436f83e25a64b51feb361224bd0767cf8e1672 | |
parent | 2581f5e097f2c4fc95902514bfe473014ce94018 (diff) |
fix upgrade warning
-rw-r--r-- | FS/FS/Schema.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 05699dee4..7412232b3 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -4252,6 +4252,7 @@ sub tables_hashref { ], 'primary_key' => 'confnum', 'unique' => [ [ 'modenum', 'locale' ] ], + 'index' => [ ], }, # name type nullability length default local |