Semaphore/db/sql/migrations/v2.7.6.sql
2021-08-26 13:01:42 +05:00

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;