/
wax_boy
/
semaphore_custom
Обзор
Документация
Войти
/
wax_boy
/
semaphore_custom
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
db/sql/migrations/v2.7.13.sql
9 строк
314 B
Denis Gukov
fix(be): schedule migration
06 сен 2021, 15:55
06 сен 2021, 15:55
ebbea98
Код
Авторство
О чём код?
drop table project__template_schedule; create table `project__schedule` ( `id` integer primary key autoincrement, `template_id` int references project__template (`id`) on delete cascade, `project_id` int not null references project (`id`) on delete cascade, `cron_format` varchar(255) not null );