3 lines
172 B
SQL
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');
|