fix: skip notifications during baseline load, add /interval command with /list display
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS keywords (
|
||||
id uuid PRIMARY KEY DEFAULT gen_random_uuid(),
|
||||
keyword text NOT NULL,
|
||||
interval_minutes int NOT NULL DEFAULT 60,
|
||||
interval_minutes int NOT NULL DEFAULT 5,
|
||||
is_active boolean NOT NULL DEFAULT true,
|
||||
last_scraped_at timestamptz,
|
||||
initial_loaded boolean NOT NULL DEFAULT false,
|
||||
|
||||
Reference in New Issue
Block a user