mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:23:26 +08:00
【优化】数据库移除旧版自定义交易组件表,优化遗留的默认账号无一些数据的权限及linux下某些页面404的问题,完善部分表和字段未添加注释的问题。
This commit is contained in:
11
数据库/MySql/20230902/1、删除旧版自定义交易组件表.sql
Normal file
11
数据库/MySql/20230902/1、删除旧版自定义交易组件表.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
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;
|
||||
BIN
数据库/MySql/20230902/完整数据库带商品演示20230902.rar
Normal file
BIN
数据库/MySql/20230902/完整数据库带商品演示20230902.rar
Normal file
Binary file not shown.
@@ -1,3 +1,17 @@
|
||||
2023-09-02
|
||||
【移除】移除旧版自定义组件相关的业务表。
|
||||
【移除】WeChatTransactionComponentAuditCategory;
|
||||
【移除】WeChatTransactionComponentAuditCategoryAuditLog;
|
||||
【移除】WeChatTransactionComponentBrandAudit;
|
||||
【移除】WeChatTransactionComponentBrandAuditLog;
|
||||
【移除】WeChatTransactionComponentDeliveryCompany;
|
||||
【移除】WeChatTransactionComponentGood;
|
||||
【移除】WeChatTransactionComponentGoodAuditLog;
|
||||
【移除】WeChatTransactionComponentGoodSKU;
|
||||
【移除】WeChatTransactionComponentOrder;
|
||||
【移除】WeChatTransactionComponentThirdCategory;
|
||||
【移除】CoreCmsCheckBeforeAddOrder;
|
||||
|
||||
2023-04-24
|
||||
【新增】表【CoreCmsAlipayConfig】支付宝支付配置表
|
||||
【新增】表【CoreCmsWeChatPayConfig】微信支付配置表
|
||||
|
||||
12
数据库/SqlServer/20230902/1、删除旧版自定义交易组件表.txt
Normal file
12
数据库/SqlServer/20230902/1、删除旧版自定义交易组件表.txt
Normal 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;
|
||||
BIN
数据库/SqlServer/20230902/完整数据库带商品演示20230902.rar
Normal file
BIN
数据库/SqlServer/20230902/完整数据库带商品演示20230902.rar
Normal file
Binary file not shown.
@@ -1,3 +1,17 @@
|
||||
2023-09-02
|
||||
【移除】移除旧版自定义组件相关的业务表。
|
||||
【移除】WeChatTransactionComponentAuditCategory;
|
||||
【移除】WeChatTransactionComponentAuditCategoryAuditLog;
|
||||
【移除】WeChatTransactionComponentBrandAudit;
|
||||
【移除】WeChatTransactionComponentBrandAuditLog;
|
||||
【移除】WeChatTransactionComponentDeliveryCompany;
|
||||
【移除】WeChatTransactionComponentGood;
|
||||
【移除】WeChatTransactionComponentGoodAuditLog;
|
||||
【移除】WeChatTransactionComponentGoodSKU;
|
||||
【移除】WeChatTransactionComponentOrder;
|
||||
【移除】WeChatTransactionComponentThirdCategory;
|
||||
【移除】CoreCmsCheckBeforeAddOrder;
|
||||
|
||||
2023-04-24
|
||||
【新增】表【CoreCmsAlipayConfig】支付宝支付配置表
|
||||
【新增】表【CoreCmsWeChatPayConfig】微信支付配置表
|
||||
|
||||
BIN
数据库/数据库文档/CoreShopProfessional数据库文档20230902.rar
Normal file
BIN
数据库/数据库文档/CoreShopProfessional数据库文档20230902.rar
Normal file
Binary file not shown.
Reference in New Issue
Block a user