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

3 lines
266 B
MySQL
Raw Normal View History

2024-07-03 09:10:48 +02:00
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;