mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
updated alert template mapping to own table
This commit is contained in:
1
sql-schema/053.sql
Normal file
1
sql-schema/053.sql
Normal file
@@ -0,0 +1 @@
|
||||
CREATE TABLE `alert_template_map` (`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,`alert_templates_id` INT NOT NULL ,`alert_rule_id` INT NOT NULL ,INDEX ( `alert_templates_id` , `alert_rule_id` )) ENGINE = INNODB
|
||||
Reference in New Issue
Block a user