diff options
author | Mark Wells <mark@freeside.biz> | 2013-10-01 12:30:51 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-10-01 12:32:33 -0700 |
commit | ce86623467df8a58fc8833a490ff69f447df4b25 (patch) | |
tree | 5b33e430d96ad28db7137c86ccd778d8463088d6 | |
parent | e7b2e4ef48c2fdc509dba13495d2910c90564929 (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 16546b32d..5ea24e43a 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -4421,6 +4421,7 @@ sub tables_hashref { ], 'primary_key' => 'confnum', 'unique' => [ [ 'modenum', 'locale' ] ], + 'index' => [ ], }, # name type nullability length default local |