Files
EasySoft-ZenTaoPMS/db/update20.2.0.sql
T

3 lines
172 B
SQL

UPDATE zt_demand SET status = 'active' WHERE status in ('launched','distributed','pass');
UPDATE zt_story SET status = 'active' WHERE status in ('launched','developing');