Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion db/sql/clean/populate_allowed_entity_type.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `allowed_entity_type` WRITE;
/*!40000 ALTER TABLE `allowed_entity_type` DISABLE KEYS */;
/*!40000 ALTER TABLE `allowed_entity_type` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
5 changes: 5 additions & 0 deletions db/sql/clean/populate_allowed_entity_type_domain.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
--
-- Copyright (c) UChicago Argonne, LLC. All rights reserved.
-- See LICENSE file.
--

LOCK TABLES `allowed_entity_type_domain` WRITE;
/*!40000 ALTER TABLE `allowed_entity_type_domain` DISABLE KEYS */;
INSERT INTO `allowed_entity_type_domain` VALUES
Expand Down
2 changes: 1 addition & 1 deletion db/sql/clean/populate_allowed_property_domain.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `allowed_property_domain` WRITE;
/*!40000 ALTER TABLE `allowed_property_domain` DISABLE KEYS */;
/*!40000 ALTER TABLE `allowed_property_domain` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_allowed_property_metadata_value.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `allowed_property_metadata_value` WRITE;
/*!40000 ALTER TABLE `allowed_property_metadata_value` DISABLE KEYS */;
/*!40000 ALTER TABLE `allowed_property_metadata_value` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
6 changes: 2 additions & 4 deletions db/sql/clean/populate_allowed_property_value.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
-- See LICENSE file.
--

-- LOCK TABLES `allowed_property_value` WRITE;
LOCK TABLES `allowed_property_value` WRITE;
/*!40000 ALTER TABLE `allowed_property_value` DISABLE KEYS */;
-- INSERT INTO `allowed_property_value` VALUES
-- (10,9,'Direct Connection','','',0.00);
/*!40000 ALTER TABLE `allowed_property_value` ENABLE KEYS */;
-- UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_attachment.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `attachment` WRITE;
/*!40000 ALTER TABLE `attachment` DISABLE KEYS */;
/*!40000 ALTER TABLE `attachment` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_connector_property.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `connector_property` WRITE;
/*!40000 ALTER TABLE `connector_property` DISABLE KEYS */;
/*!40000 ALTER TABLE `connector_property` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_connector_type.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `connector_type` WRITE;
/*!40000 ALTER TABLE `connector_type` DISABLE KEYS */;
/*!40000 ALTER TABLE `connector_type` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
12 changes: 2 additions & 10 deletions db/sql/clean/populate_domain.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@
LOCK TABLES `domain` WRITE;
/*!40000 ALTER TABLE `domain` DISABLE KEYS */;
INSERT INTO `domain` VALUES
(1,'Location','Item Domain for managing locations.',NULL,NULL,'Type',NULL),
(2,'Catalog','Item domain for managing catalog items.','Model Number','Alternate Name','Function','Technical System'),
(3,'Inventory','Item domain for managing inventory items','Serial Number',NULL,NULL,NULL),
(4,'Cable','Item domain for managing cable items',NULL,NULL,NULL,NULL),
(5,'MAARC','Item domain for managing measurement archive items',NULL,NULL,NULL,NULL),
(6,'Machine Design','Item domain for managing the design of machines','Alternate Name','UUID',NULL,NULL),
(7,'Cable Catalog','Item domain for managing the cable catalog items','Part Number','Alternate Name',NULL,'Technical System'),
(8,'Cable Inventory','Item domain for managing cable inventory items',NULL,NULL,NULL,NULL),
(9,'Cable Design','Item domain for managing cable design items','Alternate Name','UUID',NULL,'Technical System');
(1,'Logbook','Item domain to maintain logbooks.',NULL,'UID','System',NULL);
/*!40000 ALTER TABLE `domain` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_entity_info.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `entity_info` WRITE;
/*!40000 ALTER TABLE `entity_info` DISABLE KEYS */;
/*!40000 ALTER TABLE `entity_info` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
35 changes: 20 additions & 15 deletions db/sql/clean/populate_entity_type.sql
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
--
-- Copyright (c) UChicago Argonne, LLC. All rights reserved.
-- See LICENSE file.
--

LOCK TABLES `entity_type` WRITE;
/*!40000 ALTER TABLE `entity_type` DISABLE KEYS */;
INSERT INTO `entity_type` VALUES
(1,'Template','Template',NULL,'classification for template items',NULL,NULL,NULL,NULL,1),
(2,'studies','Machine Studies',NULL,'.',NULL,NULL,NULL,1.00,0),
(3,'maintenance','Maintenance',NULL,'.',NULL,NULL,NULL,2.00,0),
(4,'ops','Operations','','.','opsList',NULL,NULL,3.00,0),
(5,'sandbox','Sandbox','','entity type for playing around and testing features of logr.',NULL,NULL,NULL,999.00,0),
(6,'ctl','Controls',NULL,'',NULL,3,NULL,NULL,0),
(7,'studies-sr','SR','SR Studies','','studiesList',2,NULL,NULL,0),
(8,'injector','Injector','Injector Studies','','studiesList',2,NULL,NULL,0),
(9,'vacuum','Vacuum','','',NULL,3,NULL,NULL,0),
(10,'power','Power Systems','','',NULL,3,NULL,NULL,0),
(11,'diag','Diagnostics','','',NULL,3,NULL,NULL,0),
(12,'aop-apps','Physics Applications','','',NULL,3,NULL,NULL,0),
(13,'id','Insertion Devices','','',NULL,3,NULL,NULL,0),
(14,'rf','RF','','',NULL,3,NULL,NULL,0);
(1,'Template','Template',NULL,'classification for template items',NULL,NULL,NULL,NULL,NULL,1),
(2,'studies','Machine Studies',NULL,'.',NULL,NULL,NULL,NULL,1.00,0),
(3,'maintenance','Maintenance',NULL,'.',NULL,NULL,NULL,NULL,2.00,0),
(4,'ops','Operations','','.','opsList',NULL,NULL,NULL,3.00,0),
(5,'sandbox','Sandbox','','entity type for playing around and testing features of logr.',NULL,NULL,NULL,NULL,999.00,0),
(6,'ctl','Controls',NULL,'',NULL,3,NULL,NULL,NULL,0),
(7,'studies-sr','SR','SR Studies','','studiesList',2,NULL,NULL,NULL,0),
(8,'injector','Injector','Injector Studies','','studiesList',2,NULL,NULL,NULL,0),
(9,'vacuum','Vacuum','','',NULL,3,NULL,NULL,NULL,0),
(10,'power','Power Systems','','',NULL,3,NULL,NULL,NULL,0),
(11,'diag','Diagnostics','','',NULL,3,NULL,NULL,NULL,0),
(12,'aop-apps','Physics Applications','','',NULL,3,NULL,NULL,NULL,0),
(13,'id','Insertion Devices','','',NULL,3,NULL,NULL,NULL,0),
(14,'rf','RF','','',NULL,3,NULL,NULL,NULL,0);
/*!40000 ALTER TABLE `entity_type` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_item.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item` WRITE;
/*!40000 ALTER TABLE `item` DISABLE KEYS */;
/*!40000 ALTER TABLE `item` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
4 changes: 1 addition & 3 deletions db/sql/clean/populate_item_category.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@

LOCK TABLES `item_category` WRITE;
/*!40000 ALTER TABLE `item_category` DISABLE KEYS */;
-- INSERT INTO `item_category` VALUES
-- (1,'Other',NULL,2, 0);
/*!40000 ALTER TABLE `item_category` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
4 changes: 1 addition & 3 deletions db/sql/clean/populate_item_category_item_type.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@

LOCK TABLES `item_category_item_type` WRITE;
/*!40000 ALTER TABLE `item_category_item_type` DISABLE KEYS */;
-- INSERT INTO `item_category_item_type` VALUES
-- (1,8);
/*!40000 ALTER TABLE `item_category_item_type` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_item_connector.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item_connector` WRITE;
/*!40000 ALTER TABLE `item_connector` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_connector` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_item_connector_property.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item_connector_property` WRITE;
/*!40000 ALTER TABLE `item_connector_property` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_connector_property` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_item_element.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item_element` WRITE;
/*!40000 ALTER TABLE `item_element` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_element` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_item_element_history.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item_element_history` WRITE;
/*!40000 ALTER TABLE `item_element_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_element_history` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_item_element_list.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item_element_list` WRITE;
/*!40000 ALTER TABLE `item_element_list` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_element_list` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_item_element_log.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item_element_log` WRITE;
/*!40000 ALTER TABLE `item_element_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_element_log` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_item_element_property.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item_element_property` WRITE;
/*!40000 ALTER TABLE `item_element_property` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_element_property` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_item_element_relationship.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item_element_relationship` WRITE;
/*!40000 ALTER TABLE `item_element_relationship` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_element_relationship` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item_element_relationship_history` WRITE;
/*!40000 ALTER TABLE `item_element_relationship_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_element_relationship_history` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item_element_relationship_property` WRITE;
/*!40000 ALTER TABLE `item_element_relationship_property` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_element_relationship_property` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_item_entity_type.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item_entity_type` WRITE;
/*!40000 ALTER TABLE `item_entity_type` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_entity_type` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_item_item_category.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item_item_category` WRITE;
/*!40000 ALTER TABLE `item_item_category` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_item_category` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_item_item_project.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item_item_project` WRITE;
/*!40000 ALTER TABLE `item_item_project` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_item_project` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_item_item_type.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item_item_type` WRITE;
/*!40000 ALTER TABLE `item_item_type` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_item_type` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_item_project.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ LOCK TABLES `item_project` WRITE;
INSERT INTO `item_project` VALUES
(1,'Sample',NULL);
/*!40000 ALTER TABLE `item_project` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_item_resource.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item_resource` WRITE;
/*!40000 ALTER TABLE `item_resource` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_resource` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_item_source.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `item_source` WRITE;
/*!40000 ALTER TABLE `item_source` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_source` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
11 changes: 1 addition & 10 deletions db/sql/clean/populate_item_type.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,5 @@

LOCK TABLES `item_type` WRITE;
/*!40000 ALTER TABLE `item_type` DISABLE KEYS */;
-- INSERT INTO `item_type` VALUES
-- (1,'Building',NULL,1, 0),
-- (2,'Area',NULL,1, 0),
-- (3,'Room',NULL,1, 0),
-- (4,'Table',NULL,1, 0),
-- (5,'Cabinet',NULL,1, 0),
-- (6,'Rack',NULL,1, 0),
-- (7,'Shelf',NULL,1, 0),
-- (8,'Other',NULL,2, 0);
/*!40000 ALTER TABLE `item_type` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_list.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `list` WRITE;
/*!40000 ALTER TABLE `list` DISABLE KEYS */;
/*!40000 ALTER TABLE `list` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_log.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `log` WRITE;
/*!40000 ALTER TABLE `log` DISABLE KEYS */;
/*!40000 ALTER TABLE `log` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_log_attachment.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `log_attachment` WRITE;
/*!40000 ALTER TABLE `log_attachment` DISABLE KEYS */;
/*!40000 ALTER TABLE `log_attachment` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_log_level.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ INSERT INTO `log_level` VALUES
(3,'loginInfo',NULL),
(4,'cdbEntityInfo',NULL);
/*!40000 ALTER TABLE `log_level` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_log_reaction.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
LOCK TABLES `log_reaction` WRITE;
/*!40000 ALTER TABLE `log_reaction` DISABLE KEYS */;
/*!40000 ALTER TABLE `log_reaction` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
2 changes: 1 addition & 1 deletion db/sql/clean/populate_log_topic.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ LOCK TABLES `log_topic` WRITE;
INSERT INTO `log_topic` VALUES
(1,'General',NULL);
/*!40000 ALTER TABLE `log_topic` ENABLE KEYS */;
UNLOCK TABLES;
UNLOCK TABLES;
9 changes: 9 additions & 0 deletions db/sql/clean/populate_notification_configuration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
--
-- Copyright (c) UChicago Argonne, LLC. All rights reserved.
-- See LICENSE file.
--

LOCK TABLES `notification_configuration` WRITE;
/*!40000 ALTER TABLE `notification_configuration` DISABLE KEYS */;
/*!40000 ALTER TABLE `notification_configuration` ENABLE KEYS */;
UNLOCK TABLES;
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
--
-- Copyright (c) UChicago Argonne, LLC. All rights reserved.
-- See LICENSE file.
--

LOCK TABLES `notification_configuration_handler_setting` WRITE;
/*!40000 ALTER TABLE `notification_configuration_handler_setting` DISABLE KEYS */;
/*!40000 ALTER TABLE `notification_configuration_handler_setting` ENABLE KEYS */;
UNLOCK TABLES;
9 changes: 9 additions & 0 deletions db/sql/clean/populate_notification_configuration_setting.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
--
-- Copyright (c) UChicago Argonne, LLC. All rights reserved.
-- See LICENSE file.
--

LOCK TABLES `notification_configuration_setting` WRITE;
/*!40000 ALTER TABLE `notification_configuration_setting` DISABLE KEYS */;
/*!40000 ALTER TABLE `notification_configuration_setting` ENABLE KEYS */;
UNLOCK TABLES;
16 changes: 16 additions & 0 deletions db/sql/clean/populate_notification_handler_config_key.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--
-- Copyright (c) UChicago Argonne, LLC. All rights reserved.
-- See LICENSE file.
--

LOCK TABLES `notification_handler_config_key` WRITE;
/*!40000 ALTER TABLE `notification_handler_config_key` DISABLE KEYS */;
INSERT INTO `notification_handler_config_key` VALUES
(1,'entry_updates','Entry Updates','Notify document owner when log entries in their document are updated or deleted by others','boolean','true',1),
(2,'entry_replies','Replies to My Entries','Notify original entry creator when someone replies to their log entry, or when replies are updated/deleted on their entry','boolean','true',2),
(3,'new_entries','New Entries','Notify document owner when new log entries are created in their document (excluding entries they create themselves)','boolean','true',3),
(4,'document_replies','All Document Replies','Notify document owner when replies are added, updated, or deleted anywhere in their document','boolean','true',4),
(5,'reactions','Entry Reactions','Notify entry creator when someone adds or removes a reaction (like emoji) to their entry','boolean','true',5),
(6,'own_entry_edits','Edits to My Entries','Notify users when their own entries (or replies they created) are edited or deleted by someone else','boolean','true',6);
/*!40000 ALTER TABLE `notification_handler_config_key` ENABLE KEYS */;
UNLOCK TABLES;
11 changes: 11 additions & 0 deletions db/sql/clean/populate_notification_provider.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--
-- Copyright (c) UChicago Argonne, LLC. All rights reserved.
-- See LICENSE file.
--

LOCK TABLES `notification_provider` WRITE;
/*!40000 ALTER TABLE `notification_provider` DISABLE KEYS */;
INSERT INTO `notification_provider` VALUES
(1,'apprise','Sends notifications to email, Discord, Slack, Teams, and more.','# Notification URL Examples\n\n## Email (SMTP)\n\n```\nmailto://user@gmail.com\n```\n\n## Microsoft Teams\n\n```\nmsteams://TokenA/TokenB/TokenC\n```\n\n## Slack\n\n```\nslack://TokenA/TokenB/TokenC/#channel\n```\n\n## Custom Webhooks\n\n```\njson://hostname/path\n```\n\nFor the full list of supported services, see the [Apprise Services Page](https://appriseit.com/services).\n\n---\n\n**Note:** Notifications are powered by [Apprise](https://github.com/caronc/apprise), an open-source notification library hosted locally.');
/*!40000 ALTER TABLE `notification_provider` ENABLE KEYS */;
UNLOCK TABLES;
Loading
Loading