PluralKit/crates/migrate/data/migrations/54.sql
asleepyskye 981546647a
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
WIP: port fronters embed to CV2
2025-11-07 09:57:35 -05:00

6 lines
No EOL
175 B
SQL

-- 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;