/
wax_boy
/
semaphore_custom
Обзор
Документация
Войти
/
wax_boy
/
semaphore_custom
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
db/sql/migrations/v1.0.0.sql
5 строк
292 B
Denis Gukov
feat(be): id column to event table
10 ноя 2021, 11:28
10 ноя 2021, 11:28
3b1bbd6
Код
Авторство
О чём код?
alter table task add `debug` boolean not null default false; alter table `project__template` add `arguments` text null; alter table `project__template` add `override_args` boolean not null default false; alter table `project__inventory` add `ssh_key_id` int null references access_key(`id`);