mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Disable for now again until more apps are fixed
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
32ede5489e
commit
3bed983a9c
1 changed files with 2 additions and 2 deletions
|
|
@ -634,8 +634,8 @@ class MigrationService {
|
|||
if ($isUsingDefaultName && \strlen($table->getName()) - $prefixLength >= 23) {
|
||||
throw new \InvalidArgumentException('Primary index name on "' . $table->getName() . '" is too long.');
|
||||
}
|
||||
} elseif (!$primaryKey instanceof Index && !$sourceTable instanceof Table) {
|
||||
throw new \InvalidArgumentException('Table "' . $table->getName() . '" has no primary key and therefor will not behave sane in clustered setups.');
|
||||
// } elseif (!$primaryKey instanceof Index && !$sourceTable instanceof Table) {
|
||||
// throw new \InvalidArgumentException('Table "' . $table->getName() . '" has no primary key and therefor will not behave sane in clustered setups.');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue