瀏覽代碼

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 年之前
父節點
當前提交
2a93c403a4
No account linked to committer's email address
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0
    7
      core/Migrations/Version21000Date20201120141228.php

+ 0
- 7
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')) {

Loading…
取消
儲存