Fix missing certificates in docker

This commit is contained in:
2023-05-28 17:54:53 +02:00
parent d4a8a2e720
commit 312a31ce9e
2 changed files with 7 additions and 1 deletions

View File

@@ -185,7 +185,7 @@ CREATE TABLE deliveries
status TEXT CHECK(status IN ('RETRY','SUCCESS','FAILED')) NOT NULL,
retry_count INTEGER NOT NULL DEFAULT 0,
next_delivery INTEGER NULL DEFAULT NULL,
next_delivery TEXT NULL DEFAULT NULL,
fcm_message_id TEXT NULL,