/
wax_boy
/
semaphore_custom
Обзор
Документация
Войти
/
wax_boy
/
semaphore_custom
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
db/sql/migrations/v2.7.8.sql
6 строк
338 B
Denis Gukov
fix(db): migrations for mariadb 12.1
16 июн 2026, 18:58
Не верифицирован
16 июн 2026, 18:58
710950c
Код
Авторство
О чём код?
-- The MySQL foreign keys on `key_id` / `ssh_key_id` are dropped in -- migration_2_7_8.PreApply (the constraint name is auto-generated and differs -- across DB versions). On Postgres dropping the column drops its FK as well. alter table `project__inventory` drop column `key_id`; alter table `project__template` drop column `ssh_key_id`;