mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 05:47:53 +00:00
6 lines
175 B
MySQL
6 lines
175 B
MySQL
|
|
-- 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;
|