5.9.1-pub

This commit is contained in:
Xu Chang 2025-10-16 09:33:37 +08:00
parent e42ebf0707
commit 8c0d0f93d9
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oak-general-business",
"version": "5.8.2",
"version": "5.9.1",
"description": "oak框架中公共业务逻辑的实现",
"author": {
"name": "XuChang"

2
upgrade/5.9.1/01.sql Normal file
View File

@ -0,0 +1,2 @@
ALTER TABLE `changePasswordTemp` ADD column `prevPasswordSha1` text DEFAULT NULL;
ALTER TABLE `changePasswordTemp` ADD column `newPasswordSha1` text DEFAULT NULL;