From 9a3f2fb06822b3d716a103ff2a3155d5f748cc68 Mon Sep 17 00:00:00 2001 From: liugang Date: Mon, 19 Aug 2024 09:18:15 +0800 Subject: [PATCH] + [refac] remove unused sql when make package. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7501e70e2a..99aa135b6f 100644 --- a/Makefile +++ b/Makefile @@ -309,7 +309,9 @@ ciCommon: endif sed -i '/legacy/d' zentaopms/db/*.sql + sed -i '/legacy/d' zentaopms/db/standard/*.sql sed -i '/uniqueIndex/d' zentaopms/db/*.sql + sed -i '/uniqueIndex/d' zentaopms/db/standard/*.sql sed -i 's/KEY `mtype` (`type`),/KEY `mtype` (`type`)/g' zentaopms/db/xuanxuan.sql cp -a zentaopms zentaoalm