mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
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