diff options
-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 |