mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Some checks failed
Build dashboard Docker image / dashboard docker build (push) Has been cancelled
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
189 B
SQL
6 lines
No EOL
189 B
SQL
-- database version 53
|
|
-- add toggle for showing color codes on cv2 cards
|
|
|
|
alter table system_config add column card_show_color_hex bool default false;
|
|
|
|
update info set schema_version = 53; |