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 @@ +## 修复 + +- 修复升级脚本