Support ephemeral reminder confirmations
This commit is contained in:
@ -1,2 +1 @@
|
||||
-- Add migration script here
|
||||
ALTER TABLE reminders ADD COLUMN `thread_id` BIGINT DEFAULT NULL;
|
||||
|
1
migrations/20230511180231_ephemeral_confirmations.sql
Normal file
1
migrations/20230511180231_ephemeral_confirmations.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE guilds ADD COLUMN ephemeral_confirmations BOOL NOT NULL DEFAULT 0;
|
Reference in New Issue
Block a user