mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 22:37:54 +00:00
feat(bot): basic webhook username templating
This commit is contained in:
parent
87196e3297
commit
4248b7bc32
16 changed files with 78 additions and 14 deletions
6
PluralKit.Core/Database/Migrations/47.sql
Normal file
6
PluralKit.Core/Database/Migrations/47.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-- database version 47
|
||||
-- add config setting for supplying a custom tag format in names
|
||||
|
||||
alter table system_config add column name_format text;
|
||||
|
||||
update info set schema_version = 47;
|
||||
Loading…
Add table
Add a link
Reference in a new issue