Files
librenms-librenms/sql-schema/243.sql
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
107 B
SQL
Raw Normal View History

ALTER TABLE alert_rules DROP query_builder;
ALTER TABLE alert_rules ADD builder TEXT NOT NULL AFTER query;