/
wax_boy
/
semaphore_custom
Обзор
Документация
Войти
/
wax_boy
/
semaphore_custom
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
db/sql/migrations/v2.16.8.sql
11 строк
474 B
Denis Gukov
fix(db): migrations for mariadb 12.1
16 июн 2026, 18:58
Не верифицирован
16 июн 2026, 18:58
710950c
Код
Авторство
О чём код?
alter table `task__output` add `stage_id` int null references `task__stage`(`id`); {{if .Sqlite}} drop index if exists task__stage__start_output_id; drop index if exists task__stage__end_output_id; {{end}} -- The MySQL foreign keys on start_output_id / end_output_id are dropped in -- migration_2_16_8.PreApply (auto-generated names differ across DB versions). alter table `task__stage` drop column `start_output_id`; alter table `task__stage` drop column `end_output_id`;