This commit is contained in:
Net Gusto 2014-11-03 22:59:22 +01:00
parent a1c15f450b
commit 9bdc713dfe

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 (