aboutsummaryrefslogtreecommitdiff
path: root/debug.xml
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-06-28 11:31:59 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2015-06-28 11:31:59 +1200
commitcc893062eb540a198dc8c20c1379e94b5719fd5c (patch)
tree17c48b0ae71734942fd43633b5e40b93d281f456 /debug.xml
parent7927d2d8adb41605127af47060626f3f752a4f07 (diff)
downloadtrackermap-server-cc893062eb540a198dc8c20c1379e94b5719fd5c.tar.gz
trackermap-server-cc893062eb540a198dc8c20c1379e94b5719fd5c.tar.bz2
trackermap-server-cc893062eb540a198dc8c20c1379e94b5719fd5c.zip
Fix MySQL index creation
Diffstat (limited to 'debug.xml')
-rw-r--r--debug.xml2
1 files changed, 1 insertions, 1 deletions
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,