Commit f5609d94 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed index error that was failing the script to run.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk/src/plugins/gateway@4689 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4a8318f9
......@@ -7,7 +7,7 @@ CREATE TABLE gatewayRegistration (
registrationDate BIGINT NOT NULL,
lastLogin BIGINT,
PRIMARY KEY (registrationID),
INDEX gatewayReg_jid_idx(jid),
INDEX gatewayReg_jid_idx(jid(500)),
INDEX gatewayReg_type_idx(transportType)
);
......
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