【优化】数据库移除旧版自定义交易组件表,优化遗留的默认账号无一些数据的权限及linux下某些页面404的问题,完善部分表和字段未添加注释的问题。

This commit is contained in:
jianweie code
2023-09-02 15:13:22 +08:00
parent 8e8d61edfa
commit c5cd46314c
11 changed files with 55 additions and 1153 deletions

View File

@@ -0,0 +1,12 @@
-- 删除自定义交易组件表
drop table WeChatTransactionComponentAuditCategory;
drop table WeChatTransactionComponentAuditCategoryAuditLog;
drop table WeChatTransactionComponentBrandAudit;
drop table WeChatTransactionComponentBrandAuditLog;
drop table WeChatTransactionComponentDeliveryCompany;
drop table WeChatTransactionComponentGood;
drop table WeChatTransactionComponentGoodAuditLog;
drop table WeChatTransactionComponentGoodSKU;
drop table WeChatTransactionComponentOrder;
drop table WeChatTransactionComponentThirdCategory;
drop table CoreCmsCheckBeforeAddOrder;

View File

@@ -1,3 +1,17 @@
2023-09-02
【移除】移除旧版自定义组件相关的业务表。
【移除】WeChatTransactionComponentAuditCategory;
【移除】WeChatTransactionComponentAuditCategoryAuditLog;
【移除】WeChatTransactionComponentBrandAudit;
【移除】WeChatTransactionComponentBrandAuditLog;
【移除】WeChatTransactionComponentDeliveryCompany;
【移除】WeChatTransactionComponentGood;
【移除】WeChatTransactionComponentGoodAuditLog;
【移除】WeChatTransactionComponentGoodSKU;
【移除】WeChatTransactionComponentOrder;
【移除】WeChatTransactionComponentThirdCategory;
【移除】CoreCmsCheckBeforeAddOrder;
2023-04-24
【新增】表【CoreCmsAlipayConfig】支付宝支付配置表
【新增】表【CoreCmsWeChatPayConfig】微信支付配置表