mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Remove check innoDB
This commit is contained in:
@@ -625,10 +625,6 @@ class databox extends base
|
||||
]);
|
||||
$conn->connect();
|
||||
|
||||
if (false === $connection->supportInnoDB()) {
|
||||
throw new \Exception('Database server does not support InnoDB storage engine');
|
||||
}
|
||||
|
||||
$conn = $app['phraseanet.appbox']->get_connection();
|
||||
$sql = 'SELECT MAX(ord) as ord FROM sbas';
|
||||
$stmt = $conn->prepare($sql);
|
||||
|
Reference in New Issue
Block a user