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