Message timestamp should have TIMESTAMP type.

This commit is contained in:
akwizgran
2011-07-21 11:52:39 +01:00
parent b4bf662b3e
commit b5220b096a

View File

@@ -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,"