mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 21:16:49 +00:00
7 lines
207 B
MySQL
7 lines
207 B
MySQL
|
|
-- schema version 20: insert date
|
||
|
|
-- add outgoing webhook to systems
|
||
|
|
|
||
|
|
alter table systems add column webhook_url text;
|
||
|
|
alter table systems add column webhook_token text;
|
||
|
|
|
||
|
|
update info set schema_version = 20;
|