mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat(api): add description_templates to /systems/@me/settings
This commit is contained in:
parent
4c8e5d9aec
commit
3a99f65b49
3 changed files with 27 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue