diff options
-rw-r--r-- | lib/private/DB/MigrationService.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/DB/MigrationService.php b/lib/private/DB/MigrationService.php index a05d9b4513d..8471cc48b44 100644 --- a/lib/private/DB/MigrationService.php +++ b/lib/private/DB/MigrationService.php @@ -513,7 +513,7 @@ class MigrationService { $this->ensureUniqueNamesConstraints($targetSchema, $schemaOnly); $this->ensureNamingConstraints($sourceSchema, $targetSchema, \strlen($this->connection->getPrefix())); if ($this->checkOracle) { - $this->ensureOracleConstraints($sourceSchema, $targetSchema, strlen($this->connection->getPrefix())); + $this->ensureOracleConstraints($sourceSchema, $targetSchema)); } $this->connection->migrateToSchema($targetSchema); $toSchema->performDropTableCalls(); |