librenms/sql-schema/174.sql
towster 7bb9d58a07 feature: Store the username in eventlog for any entries created through the Webui (#6032)
* 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
2017-03-11 07:03:52 -06:00

2 lines
88 B
SQL

ALTER TABLE `eventlog` ADD `username` VARCHAR(128) NULL DEFAULT NULL AFTER `reference`;