浏览代码

apply StyleCI recommendation

El RIDO 2 年之前
父节点
当前提交
2cc40b2447
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Data/Database.php

+ 1 - 1
lib/Data/Database.php

@@ -917,7 +917,7 @@ class Database extends AbstractData
             case '1.7.2':
                 $this->_db->exec(
                     'ALTER TABLE "' . $this->_sanitizeIdentifier('paste') .
-                    "\" DROP COLUMN \"postdate\""
+                    '" DROP COLUMN "postdate"'
                 );
                 // no break, continue with updates for all newer versions
             default: