mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
5 lines
307 B
SQL
5 lines
307 B
SQL
alter table `project__template` add survey_vars longtext;
|
|
alter table `project__template` add autorun boolean default false;
|
|
alter table `project__schedule` add repository_id int null references project__repository(`id`) on delete set null;
|
|
alter table `project__schedule` add last_commit_hash varchar(40);
|