mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: implement observability of notifications subsystem (#13799)
This commit is contained in:
Generated
+2
-1
@@ -563,7 +563,8 @@ CREATE TABLE notification_messages (
|
||||
created_at timestamp with time zone DEFAULT CURRENT_TIMESTAMP NOT NULL,
|
||||
updated_at timestamp with time zone,
|
||||
leased_until timestamp with time zone,
|
||||
next_retry_after timestamp with time zone
|
||||
next_retry_after timestamp with time zone,
|
||||
queued_seconds double precision
|
||||
);
|
||||
|
||||
CREATE TABLE notification_templates (
|
||||
|
||||
Reference in New Issue
Block a user