Feat v0.3.3 public entry background jobs (#17)
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #17.
This commit is contained in:
@@ -20,6 +20,7 @@ CREATE TABLE IF NOT EXISTS workflows (
|
||||
retention TEXT NOT NULL DEFAULT '{"mode": "archive"}',
|
||||
webhook_url TEXT,
|
||||
webhook_secret TEXT,
|
||||
staleness_timeout_hours INTEGER,
|
||||
created_by TEXT NOT NULL REFERENCES users(id),
|
||||
created_at TEXT NOT NULL DEFAULT (datetime('now')),
|
||||
updated_at TEXT NOT NULL DEFAULT (datetime('now'))
|
||||
|
||||
Reference in New Issue
Block a user