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