mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
6 lines
189 B
MySQL
6 lines
189 B
MySQL
|
|
-- 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;
|