shish %!s(int64=6) %!d(string=hai) anos
pai
achega
09e7f6fd61
Modificáronse 1 ficheiros con 11 adicións e 1 borrados
  1. 11 1
      sql.txt

+ 11 - 1
sql.txt

@@ -1,3 +1,13 @@
+shish 2019.11.27
+!!注意第一家店分类与用途迁移的问题
+DROP TABLE IF EXISTS xhCategoryRelate;
+ALTER TABLE xhCategory ADD merchantId INT NOT NULL DEFAULT 0 COMMENT '商家id' AFTER parentId;
+DROP TABLE IF EXISTS xhGoodsUsage;
+DROP TABLE IF EXISTS xhUsage;
+DROP TABLE IF EXISTS xhUsageRelation;
+DROP TABLE IF EXISTS xhStatIncomeUsage;
+DROP TABLE IF EXISTS xhStatIncomeUsageMonth;
+
 shish 2019.11.26
 ALTER TABLE xhAdminRole DROP COLUMN auth;
 ALTER TABLE xhAdminRole CHANGE authority auth VARCHAR(500) NOT NULL DEFAULT '' COMMENT '权限id列表,存在*表示有所有权限';
@@ -39,7 +49,7 @@ auth VARCHAR(1000) NOT NULL DEFAULT '' COMMENT '权限',
 
 
 shish 2019.11.23
-jwt的过期时间要设置得短点
+!!jwt的过期时间要设置得短点
 
 shish 2019.11.22
 !!注意要将成积分移到成长值里