Remove check innoDB

This commit is contained in:
Nicolas Le Goff
2015-02-05 19:03:49 +01:00
parent 5bf47e9c42
commit 56a95f724a
3 changed files with 0 additions and 12 deletions

View File

@@ -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);