mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
2 lines
148 B
SQL
2 lines
148 B
SQL
update `task` set project_id = (select project_id from project__template where project__template.id = `task`.template_id) where project_id is null;
|