Sfoglia il codice sorgente

Don't remove assignable column for now

It causes side effects.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
tags/v21.0.0beta6
Vincent Petry 3 anni fa
parent
commit
2a93c403a4
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 0 aggiunte e 7 eliminazioni
  1. 0
    7
      core/Migrations/Version21000Date20201120141228.php

+ 0
- 7
core/Migrations/Version21000Date20201120141228.php Vedi File

@@ -60,13 +60,6 @@ class Version21000Date20201120141228 extends SimpleMigrationStep {
$schema->dropTable('dav_job_status');
}

if ($schema->hasTable('systemtag')) {
$table = $schema->getTable('systemtag');
if ($table->hasColumn('assignable')) {
$table->dropColumn('assignable');
}
}

if ($schema->hasTable('share')) {
$table = $schema->getTable('share');
if ($table->hasColumn('attributes')) {

Loading…
Annulla
Salva