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');