feat(api): add description_templates to /systems/@me/settings
This commit is contained in:
5
PluralKit.Core/Database/Migrations/30.sql
Normal file
5
PluralKit.Core/Database/Migrations/30.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- schema version 30
|
||||
|
||||
alter table system_config add column description_templates text[] not null default array[]::text[];
|
||||
|
||||
update info set schema_version = 30;
|
Reference in New Issue
Block a user