Unverified Commit 34e55d23 authored by akrherz's avatar akrherz

OF-1247 HSQL VARBINARY now requires length

related to upgrade of HSQL done with OF-955 PR#679
parent 623e6c85
......@@ -45,7 +45,7 @@ CREATE INDEX ofMessageArchive_tojid_idx ON ofMessageArchive (toJID);
CREATE TABLE ofRRDs (
id VARCHAR(100) NOT NULL,
updatedDate BIGINT NOT NULL,
bytes VARBINARY NULL,
bytes BLOB NULL,
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