Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fogelito committed Nov 18, 2024
1 parent a8d3f8d commit 0f9fc73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Database/Adapter/MariaDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')};")
Expand Down

0 comments on commit 0f9fc73

Please sign in to comment.