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:
parent
eadb27c640
commit
115d58d385
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue