PluralKit/PluralKit.Core/Database/Migrations/43.sql

7 lines
199 B
MySQL
Raw Normal View History

-- 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;