From 115d58d385da51f25e3bb8eb2990701ea9a8640c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 25 Jan 2021 15:14:47 +0100 Subject: [PATCH] Don't assume all the messages have a year, at least for now Signed-off-by: Pierre-Yves Chibon --- scripts/migration.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/migration.sql b/scripts/migration.sql index 4ffb491..f63ea87 100644 --- a/scripts/migration.sql +++ b/scripts/migration.sql @@ -13,7 +13,7 @@ CREATE TABLE messages2 ( id integer NOT NULL, i integer NOT NULL, "timestamp" timestamp without time zone NOT NULL, - year integer NOT NULL, + year integer, certificate text, signature text, topic text,