mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Added identification of user who removed a device to eventlog entry * Fixed spaces * updated to store username for all eventlog where applicable * moved sql file * updated
2 lines
88 B
SQL
2 lines
88 B
SQL
ALTER TABLE `eventlog` ADD `username` VARCHAR(128) NULL DEFAULT NULL AFTER `reference`;
|