gitlink-glcc/sql/zeroTask.sql

3 lines
180 B
SQL

UPDATE glcc_registration_task set check_status = 1 WHERE task_reward = '0' and round = 2;
UPDATE glcc_registration_task set task_reward = '0' WHERE check_status = 0 and round = 2;