From 2cecd03e0bca8135d7765f488dfc2cff29d5cba7 Mon Sep 17 00:00:00 2001 From: holan20180123 <56391770@qq.com> Date: Thu, 13 Aug 2020 13:52:00 +0800 Subject: [PATCH] * add new version and upgrade. --- db/update12.4.2.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 db/update12.4.2.sql diff --git a/db/update12.4.2.sql b/db/update12.4.2.sql new file mode 100644 index 0000000000..6a2312c954 --- /dev/null +++ b/db/update12.4.2.sql @@ -0,0 +1 @@ +update zt_story set `plan`='' where `plan`=0;