From cc893062eb540a198dc8c20c1379e94b5719fd5c Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 28 Jun 2015 11:31:59 +1200 Subject: Fix MySQL index creation --- debug.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.xml') diff --git a/debug.xml b/debug.xml index 8643681f9..0a3237a27 100644 --- a/debug.xml +++ b/debug.xml @@ -90,7 +90,7 @@ other VARCHAR(8192) NOT NULL, FOREIGN KEY (deviceId) REFERENCES device(id) ON DELETE CASCADE); - CREATE INDEX position_deviceId_fixTime ON position(deviceId, fixTime); + CREATE INDEX position_deviceId_fixTime ON `position`(deviceId, fixTime); CREATE TABLE data ( id INT PRIMARY KEY AUTO_INCREMENT, -- cgit v1.2.3