/
wax_boy
/
semaphore_custom
Обзор
Документация
Войти
/
wax_boy
/
semaphore_custom
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
db/sql/migrations/v2.16.0.err.sql
11 строк
448 B
Denis Gukov
Secret storage for env (#3143)
14 июл 2025, 14:39
Не верифицирован
14 июл 2025, 14:39
10b4cfc
Код
Авторство
О чём код?
alter table `project` drop `default_secret_storage_id`; alter table `project__environment` drop `secret_storage_id`; alter table `project__environment` drop `secret_storage_key_prefix`; alter table `access_key` drop `storage_id`; alter table `access_key` drop `source_storage_id`; alter table `access_key` drop `source_storage_key`; drop table project__secret_storage; alter table `access_key` drop `owner`; alter table `access_key` drop `plain`;