diff --git a/src/Database/Adapter/MariaDB.php b/src/Database/Adapter/MariaDB.php index 57d62bbbd..cf5e8494f 100644 --- a/src/Database/Adapter/MariaDB.php +++ b/src/Database/Adapter/MariaDB.php @@ -215,7 +215,6 @@ public function createCollection(string $name, array $attributes = [], array $in } catch (PDOException $e) { $e = $this->processException($e); - // Can we remove drop perms table? if (!($e instanceof DuplicateException)) { $this->getPDO() ->prepare("DROP TABLE IF EXISTS {$this->getSQLTable($id)}, {$this->getSQLTable($id . '_perms')};")