mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-05-09 16:07:21 +08:00
【优化】数据库移除旧版自定义交易组件表,优化遗留的默认账号无一些数据的权限及linux下某些页面404的问题,完善部分表和字段未添加注释的问题。
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user