5.9.1-pub
This commit is contained in:
parent
e42ebf0707
commit
8c0d0f93d9
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "oak-general-business",
|
"name": "oak-general-business",
|
||||||
"version": "5.8.2",
|
"version": "5.9.1",
|
||||||
"description": "oak框架中公共业务逻辑的实现",
|
"description": "oak框架中公共业务逻辑的实现",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "XuChang"
|
"name": "XuChang"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
ALTER TABLE `changePasswordTemp` ADD column `prevPasswordSha1` text DEFAULT NULL;
|
||||||
|
ALTER TABLE `changePasswordTemp` ADD column `newPasswordSha1` text DEFAULT NULL;
|
||||||
Loading…
Reference in New Issue