Added proper indexes to the device_perf table

This commit is contained in:
laf
2015-08-05 19:01:03 +00:00
parent 2537767f2d
commit 34f783fb0b

1
sql-schema/061.sql Normal file
View File

@@ -0,0 +1 @@
ALTER TABLE `device_perf` DROP INDEX `id` , ADD INDEX `id` ( `id` ), ADD INDEX ( `device_id` );