Don't assume all the messages have a year, at least for now

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-01-25 15:14:47 +01:00
parent eadb27c640
commit 115d58d385

View file

@ -13,7 +13,7 @@ CREATE TABLE messages2 (
id integer NOT NULL, id integer NOT NULL,
i integer NOT NULL, i integer NOT NULL,
"timestamp" timestamp without time zone NOT NULL, "timestamp" timestamp without time zone NOT NULL,
year integer NOT NULL, year integer,
certificate text, certificate text,
signature text, signature text,
topic text, topic text,