fix: skip notifications during baseline load, add /interval command with /list display

This commit is contained in:
2026-06-17 08:44:35 +02:00
parent c373e09567
commit 88059fa0ee
3 changed files with 81 additions and 4 deletions
+1 -1
View File
@@ -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,