2 lines
97 B
SQL
2 lines
97 B
SQL
update zt_action set `project` = `extra` where action = 'unlinkedfromproject' and `project` = 0;
|