feat(bot): config setting to pad 5-character ids in lists

This commit is contained in:
alyssa 2024-05-19 21:31:26 +09:00
parent 0a6d4bcb76
commit 6d49961daf
7 changed files with 86 additions and 3 deletions

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