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
bc5f01e2c8b6ed19bcb9ad0791d29428cd4e0152
librenms-librenms
/
sql-schema
/
165.sql
T
2 lines
87 B
SQL
Raw
Normal View
History
Unescape
Escape
fix: Added message column to component_statuslog table
#5431
(
#5929
)
2017-02-18 00:04:04 +00:00
ALTER
TABLE
`
component_statuslog
`
ADD
`
message
`
TEXT
NULL
DEFAULT
NULL
AFTER
`
status
`
;
Reference in New Issue
Copy Permalink