Skip to content

Commit

Permalink
Edited announcement schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvasu authored Feb 16, 2025
1 parent fe3a7bc commit 719dbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/db/sqlite/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CREATE TABLE IF NOT EXISTS announcement (
visibility TEXT NOT NULL, -- Accepts 'public' or 'private'.
announce_at INTEGER NOT NULL, -- UTC milliseconds.
discord_channel_id TEXT, -- Discord channel ID.
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.
--UNIQUE (id)
);

Expand Down

0 comments on commit 719dbe9

Please sign in to comment.