Semaphore/db/sql/migrations/v2.10.15.sql

3 lines
266 B
SQL

alter table `access_key` add `environment_id` int null references project__environment(`id`) on delete cascade;
alter table `access_key` add `user_id` int null references `user`(`id`) on delete cascade;
alter table `project__integration` add `task_params` text null;