Semaphore/db/sql/migrations/v2.7.1.sql

2 lines
71 B
MySQL
Raw Normal View History

2021-05-16 23:44:42 +02:00
alter table `task` add `project_id` int null references project(`id`);