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
c2c53fa9f8bd5109fe4dddbef72fb49620d7ec78
librenms-librenms
/
sql-schema
/
010.sql
T
2 lines
62 B
SQL
Raw
Normal View
History
Unescape
Escape
add an index for datetime to eventlog (this might take a while!)
2012-03-20 18:44:41 +00:00
ALTER
TABLE
`
eventlog
`
ADD
INDEX
`
datetime
`
(
`
datetime
`
);
Reference in New Issue
Copy Permalink