mirror of
https://github.com/flarum/core.git
synced 2025-07-18 23:31:17 +02:00
prefixes indices when installing too
This commit is contained in:
@@ -50,6 +50,7 @@ class DatabaseConfig implements Arrayable
|
||||
'prefix' => $this->prefix,
|
||||
'strict' => false,
|
||||
'engine' => 'InnoDB',
|
||||
'prefix_indexes' => true
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user