From 7982ae2661399441c987dfcf20f2618ac501a72a Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Fri, 3 May 2019 11:55:23 +0800 Subject: [PATCH] Fix update script --- .../{update-4.0.4-to-4.1.0.php => update-4.0.4-to-4.1.1.php} | 2 -- resources/misc/changelogs/en/4.1.1.md | 3 +++ resources/misc/changelogs/zh_CN/4.1.1.md | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) rename database/update_scripts/{update-4.0.4-to-4.1.0.php => update-4.0.4-to-4.1.1.php} (97%) create mode 100644 resources/misc/changelogs/en/4.1.1.md create mode 100644 resources/misc/changelogs/zh_CN/4.1.1.md diff --git a/database/update_scripts/update-4.0.4-to-4.1.0.php b/database/update_scripts/update-4.0.4-to-4.1.1.php similarity index 97% rename from database/update_scripts/update-4.0.4-to-4.1.0.php rename to database/update_scripts/update-4.0.4-to-4.1.1.php index 44ed3ca9..6adc8a5d 100644 --- a/database/update_scripts/update-4.0.4-to-4.1.0.php +++ b/database/update_scripts/update-4.0.4-to-4.1.1.php @@ -1,7 +1,5 @@ resolveCommands([\Laravel\Passport\Console\KeysCommand::class]); }); diff --git a/resources/misc/changelogs/en/4.1.1.md b/resources/misc/changelogs/en/4.1.1.md new file mode 100644 index 00000000..f5ff3c9f --- /dev/null +++ b/resources/misc/changelogs/en/4.1.1.md @@ -0,0 +1,3 @@ +## Fixed + +- Fixed update script diff --git a/resources/misc/changelogs/zh_CN/4.1.1.md b/resources/misc/changelogs/zh_CN/4.1.1.md new file mode 100644 index 00000000..5acc2c5f --- /dev/null +++ b/resources/misc/changelogs/zh_CN/4.1.1.md @@ -0,0 +1,3 @@ +## 修复 + +- 修复升级脚本