Don't remove assignable column for now

It causes side effects.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
pull/25074/head
Vincent Petry 3 years ago committed by backportbot[bot]
parent 6594ca4bbb
commit c96f3e830a

@ -38,13 +38,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…
Cancel
Save