Commit bc05416d authored by Leon Roy's avatar Leon Roy Committed by leonroy

fixed typo in index name

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13477 b35dd754-fafc-0310-a699-88a17e54d16e
parent dbcc3498
...@@ -35,7 +35,7 @@ CREATE TABLE ofMessageArchive ( ...@@ -35,7 +35,7 @@ CREATE TABLE ofMessageArchive (
toJIDResource VARCHAR(100) NULL, toJIDResource VARCHAR(100) NULL,
sentDate BIGINT NOT NULL, sentDate BIGINT NOT NULL,
body TEXT, body TEXT,
INDEX gtmsMsgArchive_con_idx (conversationID) INDEX ofMessageArchive_con_idx (conversationID)
); );
CREATE TABLE ofRRDs ( CREATE TABLE ofRRDs (
......
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