Skip to content

Commit 3bed983

Browse files
committed
Disable for now again until more apps are fixed
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 32ede54 commit 3bed983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/private/DB/MigrationService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,8 +634,8 @@ public function ensureOracleConstraints(Schema $sourceSchema, Schema $targetSche
634634
if ($isUsingDefaultName && \strlen($table->getName()) - $prefixLength >= 23) {
635635
throw new \InvalidArgumentException('Primary index name on "' . $table->getName() . '" is too long.');
636636
}
637-
} elseif (!$primaryKey instanceof Index && !$sourceTable instanceof Table) {
638-
throw new \InvalidArgumentException('Table "' . $table->getName() . '" has no primary key and therefor will not behave sane in clustered setups.');
637+
// } elseif (!$primaryKey instanceof Index && !$sourceTable instanceof Table) {
638+
// throw new \InvalidArgumentException('Table "' . $table->getName() . '" has no primary key and therefor will not behave sane in clustered setups.');
639639
}
640640
}
641641

0 commit comments

Comments
 (0)