/
wax_boy
/
semaphore_custom
Обзор
Документация
Войти
/
wax_boy
/
semaphore_custom
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
db/sql/migrations/v2.9.62.sql
10 строк
376 B
fiftin
fix(be0: set null instead of cascade for holder_id
12 мар 2024, 01:12
12 мар 2024, 01:12
8486b43
Код
Авторство
О чём код?
alter table project add `type` varchar(20) default ''; alter table task add `inventory_id` int null references project__inventory(`id`) on delete set null; alter table project__inventory add `holder_id` int null references project__template(`id`) on delete set null; create table `option` ( `key` varchar(255) primary key not null, `value` varchar(255) not null );