Commit 9248a822 authored by Dave Cridland's avatar Dave Cridland Committed by GitHub

Merge pull request #712 from akrherz/of1247

OF-1247 HSQL VARBINARY now requires length
parents 623e6c85 34e55d23
...@@ -45,7 +45,7 @@ CREATE INDEX ofMessageArchive_tojid_idx ON ofMessageArchive (toJID); ...@@ -45,7 +45,7 @@ CREATE INDEX ofMessageArchive_tojid_idx ON ofMessageArchive (toJID);
CREATE TABLE ofRRDs ( CREATE TABLE ofRRDs (
id VARCHAR(100) NOT NULL, id VARCHAR(100) NOT NULL,
updatedDate BIGINT NOT NULL, updatedDate BIGINT NOT NULL,
bytes VARBINARY NULL, bytes BLOB NULL,
CONSTRAINT ofRRDs_pk PRIMARY KEY (id) CONSTRAINT ofRRDs_pk PRIMARY KEY (id)
); );
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