Skip to content

Commit

Permalink
fixup! fix(sqlite): Remove no longer required autoincrement fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed Sep 29, 2023
1 parent 518f29c commit 67b2adf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/private/DB/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
use Doctrine\DBAL\Exception;
use Doctrine\DBAL\Platforms\MySQLPlatform;
use Doctrine\DBAL\Platforms\OraclePlatform;
use Doctrine\DBAL\Platforms\SqlitePlatform;
use Doctrine\DBAL\Result;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\DBAL\Statement;
Expand Down

0 comments on commit 67b2adf

Please sign in to comment.