We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3a7bc commit 719dbe9Copy full SHA for 719dbe9
internal/db/sqlite/schema.sql
@@ -23,7 +23,7 @@ CREATE TABLE IF NOT EXISTS announcement (
23
visibility TEXT NOT NULL, -- Accepts 'public' or 'private'.
24
announce_at INTEGER NOT NULL, -- UTC milliseconds.
25
discord_channel_id TEXT, -- Discord channel ID.
26
- discord_message_id TEXT UNIQUE, -- Discord message ID. If present, the announcement has been posted.
+ discord_message_id TEXT UNIQUE -- Discord message ID. If present, the announcement has been posted.
27
--UNIQUE (id)
28
);
29
0 commit comments