harmony: Change message_sends send_time to timestamp

This commit is contained in:
Łukasz Magiera 2023-11-07 13:38:24 +01:00
parent d509cc48e9
commit 5c5055884c

View File

@ -6,7 +6,7 @@ create table message_sends
signed_data bytea not null,
signed_json jsonb not null,
signed_cid text not null,
send_time date default CURRENT_TIMESTAMP,
send_time timestamp default CURRENT_TIMESTAMP,
send_reason text,
send_success bool default false not null,
constraint message_sends_pk