Former-commit-id: 9bdc713dfe
This commit is contained in:
Net Gusto 2014-11-03 22:59:22 +01:00
parent 77489588b7
commit 86de472367

View file

@ -37,7 +37,7 @@ CREATE TABLE IF NOT EXISTS locks (
depth TINYINT,
uri VARCHAR(1000),
INDEX(token),
INDEX(uri)
INDEX(uri(100))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
CREATE TABLE IF NOT EXISTS calendarobjects (