librenms/sql-schema/248.sql
Neil Lathwood 1eee6e8195 alert: Added ability to make notes for acking alerts + record who did so (#8433)
* 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
2018-04-26 00:00:56 -05:00

1 line
59 B
SQL

ALTER TABLE `alerts` ADD `note` TEXT NOT NULL AFTER `open`;