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
fb548a973254d037700df2bec1e509448eba2b79
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