Files
huskies/server/migrations/20250514000000_event_triggers.sql
T

8 lines
190 B
SQL
Raw Normal View History

2026-05-14 20:08:09 +00:00
CREATE TABLE IF NOT EXISTS event_triggers (
id TEXT PRIMARY KEY,
predicate_json TEXT NOT NULL,
action_json TEXT NOT NULL,
mode TEXT NOT NULL,
created_at TEXT NOT NULL
);