/
wax_boy
/
semaphore_custom
Обзор
Документация
Войти
/
wax_boy
/
semaphore_custom
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
db/sql/migrations/v2.8.25.sql
4 строки
307 B
Denis Gukov
feat(be): add migration for new template and schedule fields
19 янв 2022, 00:09
19 янв 2022, 00:09
4c706f5
Код
Авторство
О чём код?
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);