Commit bbccd3d4 authored by Holger Bergunde's avatar Holger Bergunde Committed by holger.bergunde

OF-490 updating postgresql database create table for gojara. should work now!

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@12959 b35dd754-fafc-0310-a699-88a17e54d16e
parent fb7cc6fe
CREATE TABLE ofGojaraStatistics (
logID bigserial NOT NULL,
messageDate bigint NOT NULL,
messageType tinytext NOT NULL,
messageType varchar(255) NOT NULL,
fromJID varchar(255) NOT NULL,
toJID varchar(255 NOT NULL,
component varchar(255 NOT NULL,
toJID varchar(255) NOT NULL,
component varchar(255) NOT NULL,
PRIMARY KEY (logID)
);
INSERT INTO ofVersion (name, version) VALUES ('gojara', 0);
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