Commit 5e6a51bb authored by Dave Cridland's avatar Dave Cridland Committed by GitHub

Merge pull request #665 from Hammington/adjust-oracle-ddl-statement

OF-1212 adjust ddl statements for oracle
parents 48298917 4a7e9b4b
...@@ -35,8 +35,8 @@ CREATE TABLE ofMessageArchive ( ...@@ -35,8 +35,8 @@ CREATE TABLE ofMessageArchive (
toJID VARCHAR2(1024) NOT NULL, toJID VARCHAR2(1024) NOT NULL,
toJIDResource VARCHAR2(255) NULL, toJIDResource VARCHAR2(255) NULL,
sentDate INTEGER NOT NULL, sentDate INTEGER NOT NULL,
stanza LONG NULL, stanza CLOB NULL,
body LONG body CLOB
); );
CREATE INDEX ofMessageArchive_con_idx ON ofMessageArchive (conversationID); CREATE INDEX ofMessageArchive_con_idx ON ofMessageArchive (conversationID);
......
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