core: fix migration

This commit is contained in:
Evgeny Poberezkin
2026-05-02 17:59:03 +01:00
parent b7c3d8a279
commit 60f4a4d60b
4 changed files with 4 additions and 4 deletions
@@ -962,7 +962,7 @@ CREATE TABLE test_chat_schema.groups (
public_member_count bigint,
relay_request_retries bigint DEFAULT 0 NOT NULL,
relay_request_delay bigint DEFAULT 0 NOT NULL,
relay_request_execute_at timestamp with time zone DEFAULT now() NOT NULL
relay_request_execute_at timestamp with time zone DEFAULT '1970-01-01 01:00:00+01'::timestamp with time zone NOT NULL
);