瀏覽代碼

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
沒有連結到貢獻者的電子郵件帳戶。
共有 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…
取消
儲存