瀏覽代碼

revert version increment in database upgrade

El RIDO 2 年之前
父節點
當前提交
b96c8ae531
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Data/Database.php

+ 1 - 1
lib/Data/Database.php

@@ -914,7 +914,7 @@ class Database extends AbstractData
                     );
                     );
                 }
                 }
                 // no break, continue with updates for all newer versions
                 // no break, continue with updates for all newer versions
-            case '1.7.3':
+            case '1.7.2':
                 $supportsDropColumn = true;
                 $supportsDropColumn = true;
                 if ($this->_type === 'sqlite') {
                 if ($this->_type === 'sqlite') {
                     try {
                     try {