From 01dc77051d26701ec0fdf40818e00322e5a1bed8 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Thu, 11 Jul 2024 10:34:51 +0800 Subject: [PATCH] + [task#122671,done,1h,0h] add update20.2.0.sql. --- db/update20.2.0.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 db/update20.2.0.sql diff --git a/db/update20.2.0.sql b/db/update20.2.0.sql new file mode 100644 index 0000000000..7a3fb89b33 --- /dev/null +++ b/db/update20.2.0.sql @@ -0,0 +1,2 @@ +UPDATE zt_demand SET status = 'active' WHERE status in ('launched','distributed','pass'); +UPDATE zt_story SET status = 'active' WHERE status in ('launched','developing');