mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +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,"
|
||||
+ " groupId HASH NOT NULL,"
|
||||
+ " authorId HASH NOT NULL,"
|
||||
+ " timestamp BIGINT NOT NULL,"
|
||||
+ " timestamp TIMESTAMP NOT NULL,"
|
||||
+ " size INT NOT NULL,"
|
||||
+ " raw BLOB NOT NULL,"
|
||||
+ " sendability INT NOT NULL,"
|
||||
|
||||
Reference in New Issue
Block a user