Files
huskies/server/migrations/20250514000001_timers.sql
T

5 lines
101 B
SQL
Raw Normal View History

2026-05-14 20:08:09 +00:00
CREATE TABLE IF NOT EXISTS timers (
story_id TEXT PRIMARY KEY,
scheduled_at TEXT NOT NULL
);