+ [task#122671,done,1h,0h] add update20.2.0.sql.

This commit is contained in:
tanghucheng
2024-07-11 10:39:22 +08:00
committed by 胡方舟
parent 0abb616d9d
commit 01dc77051d
+2
View File
@@ -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');