/
wax_boy
/
semaphore_custom
Обзор
Документация
Войти
/
wax_boy
/
semaphore_custom
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
db/sql/migrations/v2.8.36.sql
3 строки
193 B
Denis Gukov
feat(be): add ability to override template extra args in task https://github.com/ansible-semaphore/semaphore/issues/832
26 янв 2022, 22:51
26 янв 2022, 22:51
6799208
Код
Авторство
О чём код?
alter table `project__template` add allow_override_args_in_task bool not null default false; alter table `task` add arguments text; alter table `project__template` drop column `override_args`;