Semaphore/db/sql/migrations/v2.10.28.sql

4 lines
106 B
MySQL
Raw Normal View History

alter table task add git_branch varchar(255);
alter table project__template add git_branch varchar(255);