snooze: add UI elements and DB for snooze functionality
This commit is contained in:
6
server/migrations/20250630023836_snooze.up.sql
Normal file
6
server/migrations/20250630023836_snooze.up.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Add up migration script here
|
||||
CREATE TABLE IF NOT EXISTS snooze (
|
||||
id integer NOT NULL GENERATED ALWAYS AS IDENTITY,
|
||||
message_id text NOT NULL,
|
||||
wake timestamptz NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user