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
b876ddd2956d83098ea3793e66f9048cdcf06fa3
librenms-librenms
/
sql-schema
/
047.sql
T
2 lines
55 B
SQL
Raw
Normal View
History
Unescape
Escape
Added alter statement to add index to alert_log table
2015-04-12 14:57:51 +01:00
ALTER
TABLE
`
alert_log
`
ADD
INDEX
(
`
time_logged
`
);
Reference in New Issue
Copy Permalink