mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-14 19:52:48 +00:00
upgrade
This commit is contained in:
parent
aa6cffad7b
commit
f933fb7d18
4589
upgrade/20230812.1.0.6/database.sql
Normal file
4589
upgrade/20230812.1.0.6/database.sql
Normal file
File diff suppressed because it is too large
Load Diff
7
upgrade/20230812.1.0.6/upgrade.sql
Normal file
7
upgrade/20230812.1.0.6/upgrade.sql
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
ALTER TABLE `{{prefix}}pay_refund` ADD COLUMN voucher VARCHAR(255) NOT NULL DEFAULT '' COMMENT '支付凭证';
|
||||
|
||||
ALTER TABLE `{{prefix}}pay` ADD COLUMN fail_reason VARCHAR(255) NOT NULL DEFAULT '' COMMENT '失败原因';
|
||||
|
||||
ALTER TABLE `{{prefix}}member_account_log` CHANGE COLUMN related_id related_id VARCHAR(50) NOT NULL DEFAULT '' COMMENT '关联Id';
|
||||
|
||||
9
upgrade/20230812.1.0.6/升级日志.txt
Normal file
9
upgrade/20230812.1.0.6/升级日志.txt
Normal file
@ -0,0 +1,9 @@
|
||||
新增
|
||||
* 自定义热区组件
|
||||
* 自定义魔方组件
|
||||
* 线下支付
|
||||
|
||||
优化
|
||||
* 云上传
|
||||
|
||||
修复了一些已知问题
|
||||
Loading…
x
Reference in New Issue
Block a user