adapter-sqlite: all repo implementations + wire fn + migrations copy
This commit is contained in:
2
migrations_sqlite/20260316000000_add_webhook_fields.sql
Normal file
2
migrations_sqlite/20260316000000_add_webhook_fields.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE channels ADD COLUMN webhook_url TEXT;
|
||||
ALTER TABLE channels ADD COLUMN webhook_poll_interval_secs INTEGER NOT NULL DEFAULT 5;
|
||||
Reference in New Issue
Block a user