Commit 28d0f4ae authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

[JM-1301] Now using BIGINT instead of INTEGER for postgres entryStamp.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@10088 b35dd754-fafc-0310-a699-88a17e54d16e
parent 88a8209b
......@@ -168,7 +168,7 @@ CREATE TABLE jiveSASLAuthorized (
CREATE TABLE jiveSecurityAuditLog (
msgID INTEGER NOT NULL,
username VARCHAR(64) NOT NULL,
entryStamp INTEGER NOT NULL,
entryStamp BIGINT NOT NULL,
summary VARCHAR(255) NOT NULL,
node VARCHAR(255) NOT NULL,
details TEXT,
......
......@@ -2,7 +2,7 @@
CREATE TABLE jiveSecurityAuditLog (
msgID INTEGER NOT NULL,
username VARCHAR(64) NOT NULL,
entryStamp INTEGER NOT NULL,
entryStamp BIGINT NOT NULL,
summary VARCHAR(255) NOT NULL,
node VARCHAR(255) NOT NULL,
details TEXT,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment