diff --git a/core/Migrations/Version21000Date20201120141228.php b/core/Migrations/Version21000Date20201120141228.php
index 7f3eda2309bad3edab77fc056980485181352d6d..3280aa12a599700a1c40131ca3a17b9fb52de3cb 100644
--- a/core/Migrations/Version21000Date20201120141228.php
+++ b/core/Migrations/Version21000Date20201120141228.php
@@ -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')) {