mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +00:00
feat(bot): config setting to pad 5-character ids in lists
This commit is contained in:
parent
0a6d4bcb76
commit
6d49961daf
7 changed files with 86 additions and 3 deletions
6
PluralKit.Core/Database/Migrations/43.sql
Normal file
6
PluralKit.Core/Database/Migrations/43.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-- 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue