This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bd5e692dc778ff7e7e05e5765baa2ad584154589
librenms-librenms
/
sql-schema
/
061.sql
T
2 lines
101 B
SQL
Raw
Normal View
History
Unescape
Escape
Added proper indexes to the device_perf table
2015-08-05 19:01:03 +00:00
ALTER
TABLE
`
device_perf
`
DROP
INDEX
`
id
`
,
ADD
INDEX
`
id
`
(
`
id
`
),
ADD
INDEX
(
`
device_id
`
);
Reference in New Issue
Copy Permalink