Semaphore/db/sql/migrations/v2.7.6.sql

2 lines
148 B
MySQL
Raw Normal View History

update `task` set project_id = (select project_id from project__template where project__template.id = `task`.template_id) where project_id is null;