WIP: port fronters embed to CV2
Some checks failed
Build and push Docker image / .net docker build (push) Has been cancelled
.net checks / run .net tests (push) Has been cancelled
.net checks / dotnet-format (push) Has been cancelled
Build and push Rust service Docker images / rust docker build (push) Has been cancelled
rust checks / cargo fmt (push) Has been cancelled

This commit is contained in:
asleepyskye 2025-11-07 09:57:35 -05:00
parent 83f866384a
commit 981546647a
7 changed files with 244 additions and 2 deletions

View file

@ -0,0 +1,6 @@
-- database version 54
-- add short/full option for fronter list
alter table system_config add column fronter_list_format int default 0;
update info set schema_version = 54;