feature: Copy all email alerts to default contact (#8178)

* feature: Copy all email alerts to default contact

* change in SQL and add check as requested

* Rename 233.sql to 234.sql

* tab removing
This commit is contained in:
FTBZ
2018-02-05 08:25:24 +00:00
committed by Neil Lathwood
parent dc2883f59d
commit eb72a5394e
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
INSERT INTO `config` (`config_name`,`config_value`,`config_default`,`config_descr`,`config_group`,`config_group_order`,`config_sub_group`,`config_sub_group_order`,`config_hidden`,`config_disabled`) VALUES ('alert.default_copy','true','true','Copy all email alerts to default contact','alerting',0,'general',0,'0','0');