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
fe8bf73339ccd1dd9ccf19284ddba899697de429
librenms-librenms
/
sql-schema
/
174.sql
T
2 lines
88 B
SQL
Raw
Normal View
History
Unescape
Escape
feature: Store the username in eventlog for any entries created through the Webui (
#6032
)
2017-03-11 07:03:52 -06:00
ALTER
TABLE
`
eventlog
`
ADD
`
username
`
VARCHAR
(
128
)
NULL
DEFAULT
NULL
AFTER
`
reference
`
;
Reference in New Issue
Copy Permalink