Skip to content

Commit 4ee41a7

Browse files
authored
Merge pull request #25074 from nextcloud/backport/25069/stable20
[stable20] Don't remove assignable column for now
2 parents 6594ca4 + c96f3e8 commit 4ee41a7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

core/Migrations/Version21000Date20201120141228.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
3838
$schema->dropTable('dav_job_status');
3939
}
4040

41-
if ($schema->hasTable('systemtag')) {
42-
$table = $schema->getTable('systemtag');
43-
if ($table->hasColumn('assignable')) {
44-
$table->dropColumn('assignable');
45-
}
46-
}
47-
4841
if ($schema->hasTable('share')) {
4942
$table = $schema->getTable('share');
5043
if ($table->hasColumn('attributes')) {

0 commit comments

Comments
 (0)