/
wax_boy
/
semaphore_custom
Обзор
Документация
Войти
/
wax_boy
/
semaphore_custom
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
db/sql/migrations/v2.12.3.sql
3 строки
114 B
Denis Gukov
feat(be): remove task field from output table. rename log function.
05 янв 2025, 12:09
Не верифицирован
05 янв 2025, 12:09
24cc613
Код
Авторство
О чём код?
alter table `task__output` drop `task`; alter table `task__output` change `id` `id` bigint autoincrement not null