Semaphore/db/sql/migrations/v2.7.1.sql
2021-05-17 02:44:42 +05:00

2 lines
71 B
SQL

alter table `task` add `project_id` int null references project(`id`);