diff --git a/database/update_scripts/update-3.5.0-to-4.0.0.php b/database/update_scripts/update-3.5.0-to-4.0.0.php deleted file mode 100644 index 1af734a4..00000000 --- a/database/update_scripts/update-3.5.0-to-4.0.0.php +++ /dev/null @@ -1,14 +0,0 @@ - true]); - $msg[] = '【数据库】升级成功!'; -} catch (Exception $e) { - $msg[] = '【数据库】更新数据表失败,错误信息:'.$e->getMessage(); -} - -Artisan::call('view:clear'); - -option(['version' => '4.0.0']);