mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
6 lines
199 B
SQL
6 lines
199 B
SQL
-- database version 43
|
|
-- add config setting for padding 5-character IDs in lists
|
|
|
|
alter table system_config add column hid_list_padding int not null default 0;
|
|
|
|
update info set schema_version = 43;
|