mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* alert: Added ability to make notes for acking alerts + record who did so * Updated schema * moved sql file * Updated from comments in PR * warning changed to blue * reset notes + keep notes on ack
1 line
59 B
SQL
1 line
59 B
SQL
ALTER TABLE `alerts` ADD `note` TEXT NOT NULL AFTER `open`; |