/
wax_boy
/
semaphore_custom
Обзор
Документация
Войти
/
wax_boy
/
semaphore_custom
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
db/sql/migrations/v2.18.7.sql
5 строк
227 B
Denis Gukov
Feat/k8s executor (#3949)
13 июн 2026, 18:57
Не верифицирован
13 июн 2026, 18:57
1978f7d
Код
Авторство
О чём код?
alter table `runner` add column `registration_token` varchar(255); alter table `runner` add column `registration_token_expires_at` datetime; create index `runner__registration_token` on `runner` (`registration_token`);