mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 13:27:54 +00:00
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
6 lines
No EOL
175 B
SQL
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; |