mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 05:39:53 +01:00
Message timestamp should have TIMESTAMP type.
This commit is contained in:
@@ -47,7 +47,7 @@ abstract class JdbcDatabase implements Database<Connection> {
|
|||||||
+ " parentId HASH NOT NULL,"
|
+ " parentId HASH NOT NULL,"
|
||||||
+ " groupId HASH NOT NULL,"
|
+ " groupId HASH NOT NULL,"
|
||||||
+ " authorId HASH NOT NULL,"
|
+ " authorId HASH NOT NULL,"
|
||||||
+ " timestamp BIGINT NOT NULL,"
|
+ " timestamp TIMESTAMP NOT NULL,"
|
||||||
+ " size INT NOT NULL,"
|
+ " size INT NOT NULL,"
|
||||||
+ " raw BLOB NOT NULL,"
|
+ " raw BLOB NOT NULL,"
|
||||||
+ " sendability INT NOT NULL,"
|
+ " sendability INT NOT NULL,"
|
||||||
|
|||||||
Reference in New Issue
Block a user