Recieving messages via the external link
This commit is contained in:
9
persistence/sql/20230617-webhooks.sql
Normal file
9
persistence/sql/20230617-webhooks.sql
Normal file
@ -0,0 +1,9 @@
|
||||
-- +migrate Up
|
||||
CREATE TABLE IF NOT EXISTS discord_webhooks (
|
||||
id TEXT NOT NULL PRIMARY KEY,
|
||||
webhook_id TEXT NOT NULL,
|
||||
webhook_token TEXT NOT NULL
|
||||
);
|
||||
|
||||
-- +migrate Down
|
||||
DROP TABLE discord_webhooks;
|
Reference in New Issue
Block a user