PluralKit/crates/migrate/data/migrations/53.sql
Iris System fbf51b41c1
Some checks are pending
Build and push Docker image / .net docker build (push) Waiting to run
.net checks / run .net tests (push) Waiting to run
.net checks / dotnet-format (push) Waiting to run
Build and push Rust service Docker images / rust docker build (push) Waiting to run
rust checks / cargo fmt (push) Waiting to run
feat(bot): ComponentsV2 system/member/group cards
2025-09-07 10:16:50 +12:00

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;