From 1cfb4c0daf054e1e63b6b53cd3e75e8a1eea6440 Mon Sep 17 00:00:00 2001 From: liugang Date: Fri, 16 Aug 2024 18:03:57 +0800 Subject: [PATCH] + [bug#54167] remove unnecessary fields of xuanxuan. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d81e2983d2..5d61b947a7 100644 --- a/Makefile +++ b/Makefile @@ -216,6 +216,8 @@ pms: make zentaoxx unzip zentaoxx.*.zip cp zentaoxx/* zentaopms/ -r + sed -i 's/legacy/d' zentaopms/db/*.sql + sed -i 's/uniqueIndex/d' zentaopms/db/*.sql make package zip -rq -9 ZenTaoPMS.$(VERSION).zip zentaopms rm -fr zentaopms zentaoxx zentaoxx.*.zip