mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
7 lines
No EOL
207 B
SQL
7 lines
No EOL
207 B
SQL
-- 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; |