/
wax_boy
/
semaphore_custom
Обзор
Документация
Войти
/
wax_boy
/
semaphore_custom
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
db/sql/migrations/v2.8.0.sql
7 строк
458 B
Denis Gukov
fix(be): add empty default values for some columns
14 окт 2021, 23:13
14 окт 2021, 23:13
da36184
Код
Авторство
О чём код?
alter table project__template add `type` varchar(10) not null default ''; alter table `task` add `message` varchar(250) not null default ''; alter table project__template add start_version varchar(20); alter table project__template add build_template_id int references project__template(id); alter table `task` add `version` varchar(20); alter table `task` add commit_hash varchar(40); alter table `task` add commit_message varchar(100) not null default '';