aboutsummaryrefslogtreecommitdiff
path: root/debug.xml
diff options
context:
space:
mode:
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,