We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193c119 commit 5b2c0f4Copy full SHA for 5b2c0f4
lib/private/DB/SchemaWrapper.php
@@ -50,8 +50,8 @@ public function performDropTableCalls(): void {
50
$platform = $this->getDatabasePlatform();
51
if ($platform instanceof OraclePlatform) {
52
foreach ($this->autoincrementsToDelete as $tableName) {
53
- /** @psalm-suppress InternalMethod */
54
- $platform->getDropAutoincrementSql($tableName);
+ ///** @psalm-suppress InternalMethod */
+ //$platform->getDropAutoincrementSql($tableName);
55
}
56
$this->autoincrementsToDelete = [];
57
0 commit comments