mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-23 16:13:33 +02:00
Merge pull request #1621 from laf/issue-1512
Added proper indexes to the device_perf table
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE `device_perf` DROP INDEX `id` , ADD INDEX `id` ( `id` ), ADD INDEX ( `device_id` );
|
||||
Reference in New Issue
Block a user