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