完成充值数据库升级脚本及完成脚本构建。
This commit is contained in:
Binary file not shown.
@@ -1,4 +0,0 @@
|
||||
INSERT INTO CoreCmsTopUpType (id, title, defaultMoney, giftMoney, giftPoint, sortId, isEnable, description) VALUES (1, '冲100送10', 100, 10, 0, 3, true, '冲100送10');
|
||||
INSERT INTO CoreCmsTopUpType (id, title, defaultMoney, giftMoney, giftPoint, sortId, isEnable, description) VALUES (2, '冲10元送5元', 1, 5, 7, 4, true, '冲10元送5元');
|
||||
INSERT INTO CoreCmsTopUpType (id, title, defaultMoney, giftMoney, giftPoint, sortId, isEnable, description) VALUES (3, '冲500送50', 500, 50, 0, 2, true, '冲500送50');
|
||||
INSERT INTO CoreCmsTopUpType (id, title, defaultMoney, giftMoney, giftPoint, sortId, isEnable, description) VALUES (4, '冲1000送120', 1000, 120, 0, 1, true, '冲1000送120');
|
||||
Binary file not shown.
@@ -1,4 +1,7 @@
|
||||
20230226
|
||||
2023-03-27
|
||||
【新增】表【CoreCmsTopUpType】充值规则类型表
|
||||
|
||||
2023-02-26
|
||||
修复完整数据内因时间格式为0000-00-00 00:00:00 导致mysql8.0导入数据失败的问题。
|
||||
|
||||
2022-01-10
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,6 @@
|
||||
2023-03-27
|
||||
【新增】表【CoreCmsTopUpType】充值规则类型表
|
||||
|
||||
2022-01-10
|
||||
【新增】表【CoreCmsAdvertPosition】新增【platform】广告平台字段
|
||||
【新增】表【CoreCmsAdvertPosition】新增【type】广告位类型
|
||||
|
||||
Reference in New Issue
Block a user