From b65a7ebda84d9630b58b1e8a265792a604d4e4a7 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Sun, 27 Dec 2020 21:03:50 -0500 Subject: [PATCH] make query sizes smaller to unbreak mariadb bootstrap mysqldump --extended-insert=FALSE --complete-insert --- .../seed-data/comanage-bootstrap.sql | 713 +++++++++++++++++- 1 file changed, 677 insertions(+), 36 deletions(-) diff --git a/Workbench/comanage_data/container_files/seed-data/comanage-bootstrap.sql b/Workbench/comanage_data/container_files/seed-data/comanage-bootstrap.sql index 877d1df..aa3a0eb 100644 --- a/Workbench/comanage_data/container_files/seed-data/comanage-bootstrap.sql +++ b/Workbench/comanage_data/container_files/seed-data/comanage-bootstrap.sql @@ -1,11 +1,5 @@ USE registry; --- MySQL dump 10.16 Distrib 10.1.36-MariaDB, for Linux (x86_64) --- --- Host: localhost Database: registry --- ------------------------------------------------------ --- Server version 10.1.36-MariaDB - /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; @@ -131,7 +125,7 @@ CREATE TABLE `cm_api_users` ( LOCK TABLES `cm_api_users` WRITE; /*!40000 ALTER TABLE `cm_api_users` DISABLE KEYS */; -INSERT INTO `cm_api_users` VALUES (1,3,1,'A','co_3.api','56e1732937ad3a57fbf4322fa05d399d4823409b',NULL,NULL,'','2020-12-28 01:21:31','2020-12-28 01:21:39'); +INSERT INTO `cm_api_users` (`id`, `co_id`, `privileged`, `status`, `username`, `password`, `valid_from`, `valid_through`, `remote_ip`, `created`, `modified`) VALUES (1,3,1,'A','co_3.api','56e1732937ad3a57fbf4322fa05d399d4823409b',NULL,NULL,'','2020-12-28 01:21:31','2020-12-28 01:21:39'); /*!40000 ALTER TABLE `cm_api_users` ENABLE KEYS */; UNLOCK TABLES; @@ -194,7 +188,13 @@ CREATE TABLE `cm_authentication_events` ( LOCK TABLES `cm_authentication_events` WRITE; /*!40000 ALTER TABLE `cm_authentication_events` DISABLE KEYS */; -INSERT INTO `cm_authentication_events` VALUES (1,'banderson','IN','172.18.0.10','2020-12-05 02:18:37','2020-12-05 02:18:37'),(2,'banderson','IN','172.18.0.10','2020-12-05 04:21:27','2020-12-05 04:21:27'),(3,'banderson','IN','172.18.0.7','2020-12-23 20:32:46','2020-12-23 20:32:46'),(4,'banderson','IN','172.18.0.7','2020-12-24 01:22:04','2020-12-24 01:22:04'),(5,'banderson','IN','172.18.0.7','2020-12-24 01:52:46','2020-12-24 01:52:46'),(6,'banderson','IN','172.18.0.7','2020-12-27 13:49:21','2020-12-27 13:49:21'),(7,'banderson','IN','172.18.0.7','2020-12-28 01:11:18','2020-12-28 01:11:18'); +INSERT INTO `cm_authentication_events` (`id`, `authenticated_identifier`, `authentication_event`, `remote_ip`, `created`, `modified`) VALUES (1,'banderson','IN','172.18.0.10','2020-12-05 02:18:37','2020-12-05 02:18:37'); +INSERT INTO `cm_authentication_events` (`id`, `authenticated_identifier`, `authentication_event`, `remote_ip`, `created`, `modified`) VALUES (2,'banderson','IN','172.18.0.10','2020-12-05 04:21:27','2020-12-05 04:21:27'); +INSERT INTO `cm_authentication_events` (`id`, `authenticated_identifier`, `authentication_event`, `remote_ip`, `created`, `modified`) VALUES (3,'banderson','IN','172.18.0.7','2020-12-23 20:32:46','2020-12-23 20:32:46'); +INSERT INTO `cm_authentication_events` (`id`, `authenticated_identifier`, `authentication_event`, `remote_ip`, `created`, `modified`) VALUES (4,'banderson','IN','172.18.0.7','2020-12-24 01:22:04','2020-12-24 01:22:04'); +INSERT INTO `cm_authentication_events` (`id`, `authenticated_identifier`, `authentication_event`, `remote_ip`, `created`, `modified`) VALUES (5,'banderson','IN','172.18.0.7','2020-12-24 01:52:46','2020-12-24 01:52:46'); +INSERT INTO `cm_authentication_events` (`id`, `authenticated_identifier`, `authentication_event`, `remote_ip`, `created`, `modified`) VALUES (6,'banderson','IN','172.18.0.7','2020-12-27 13:49:21','2020-12-27 13:49:21'); +INSERT INTO `cm_authentication_events` (`id`, `authenticated_identifier`, `authentication_event`, `remote_ip`, `created`, `modified`) VALUES (7,'banderson','IN','172.18.0.7','2020-12-28 01:11:18','2020-12-28 01:11:18'); /*!40000 ALTER TABLE `cm_authentication_events` ENABLE KEYS */; UNLOCK TABLES; @@ -353,7 +353,7 @@ CREATE TABLE `cm_cmp_enrollment_configurations` ( LOCK TABLES `cm_cmp_enrollment_configurations` WRITE; /*!40000 ALTER TABLE `cm_cmp_enrollment_configurations` DISABLE KEYS */; -INSERT INTO `cm_cmp_enrollment_configurations` VALUES (1,'CMP Enrollment Configuration',0,0,0,1,0,NULL,NULL,NULL,'A','2020-12-05 02:15:59','2020-12-05 02:15:59'); +INSERT INTO `cm_cmp_enrollment_configurations` (`id`, `name`, `attrs_from_ldap`, `attrs_from_saml`, `attrs_from_env`, `attrs_from_coef`, `pool_org_identities`, `eds_help_url`, `eds_preferred_idps`, `eds_hidden_idps`, `status`, `created`, `modified`) VALUES (1,'CMP Enrollment Configuration',0,0,0,1,0,NULL,NULL,NULL,'A','2020-12-05 02:15:59','2020-12-05 02:15:59'); /*!40000 ALTER TABLE `cm_cmp_enrollment_configurations` ENABLE KEYS */; UNLOCK TABLES; @@ -536,7 +536,8 @@ CREATE TABLE `cm_co_enrollment_attribute_defaults` ( LOCK TABLES `cm_co_enrollment_attribute_defaults` WRITE; /*!40000 ALTER TABLE `cm_co_enrollment_attribute_defaults` DISABLE KEYS */; -INSERT INTO `cm_co_enrollment_attribute_defaults` VALUES (1,1,NULL,'',1,'2020-12-05 02:45:35','2020-12-05 02:45:35',NULL,0,0,'banderson'),(2,30,NULL,'affiliate',0,'2020-12-28 01:19:23','2020-12-28 01:19:23',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attribute_defaults` (`id`, `co_enrollment_attribute_id`, `affiliation`, `value`, `modifiable`, `created`, `modified`, `co_enrollment_attribute_default_id`, `revision`, `deleted`, `actor_identifier`) VALUES (1,1,NULL,'',1,'2020-12-05 02:45:35','2020-12-05 02:45:35',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attribute_defaults` (`id`, `co_enrollment_attribute_id`, `affiliation`, `value`, `modifiable`, `created`, `modified`, `co_enrollment_attribute_default_id`, `revision`, `deleted`, `actor_identifier`) VALUES (2,30,NULL,'affiliate',0,'2020-12-28 01:19:23','2020-12-28 01:19:23',NULL,0,0,'banderson'); /*!40000 ALTER TABLE `cm_co_enrollment_attribute_defaults` ENABLE KEYS */; UNLOCK TABLES; @@ -580,7 +581,38 @@ CREATE TABLE `cm_co_enrollment_attributes` ( LOCK TABLES `cm_co_enrollment_attributes` WRITE; /*!40000 ALTER TABLE `cm_co_enrollment_attributes` DISABLE KEYS */; -INSERT INTO `cm_co_enrollment_attributes` VALUES (1,1,'Untitled','','r:affiliation',1,'',1,0,0,NULL,'',0,'','2020-12-05 02:45:35','2020-12-05 02:45:35',NULL,0,0,'banderson'),(2,2,'Affiliation',NULL,'r:affiliation',1,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(3,2,'Title',NULL,'r:title',0,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(4,2,'Sponsor',NULL,'r:sponsor_co_person_id',0,NULL,3,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(5,2,'Valid From',NULL,'r:valid_from',0,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(6,2,'Valid Through',NULL,'r:valid_through',0,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(7,3,'Name',NULL,'i:name:official',1,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(8,3,'Email',NULL,'i:email_address:official',1,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(9,3,'Name (Preferred)',NULL,'p:name:official',1,NULL,3,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(10,3,'Affiliation',NULL,'r:affiliation',1,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(11,3,'Organization',NULL,'o:o',0,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(12,3,'Title',NULL,'r:title',0,NULL,6,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(13,3,'Sponsor',NULL,'r:sponsor_co_person_id',0,NULL,7,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(14,3,'Valid From',NULL,'r:valid_from',0,NULL,8,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(15,3,'Valid Through',NULL,'r:valid_through',0,NULL,9,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(16,3,'Number (Mobile)',NULL,'m:telephone_number:mobile',0,NULL,10,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(17,4,'Name',NULL,'i:name:official',1,NULL,1,NULL,1,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(18,4,'Email',NULL,'i:email_address:official',1,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(19,4,'Affiliation',NULL,'r:affiliation',1,NULL,3,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(20,4,'Organization',NULL,'o:o',0,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(21,4,'Title',NULL,'r:title',0,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(22,5,'Name',NULL,'i:name:official',1,NULL,1,NULL,1,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(23,5,'Email',NULL,'i:email_address:official',1,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(24,5,'Affiliation',NULL,'r:affiliation',1,NULL,3,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(25,5,'Organization',NULL,'o:o',0,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(26,6,'Name',NULL,'i:name:official',1,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(27,6,'Email',NULL,'i:email_address:official',1,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(28,7,'Name',NULL,'i:name:official',1,NULL,1,NULL,1,NULL,NULL,NULL,NULL,'2020-12-28 01:16:17','2020-12-28 01:16:17',NULL,0,0,'banderson'),(29,7,'Email',NULL,'i:email_address:official',1,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:16:17','2020-12-28 01:16:17',NULL,0,0,'banderson'),(30,7,'Affiliation','','r:affiliation',0,'',3,1,0,NULL,'',0,'','2020-12-28 01:16:17','2020-12-28 01:19:23',NULL,1,0,'banderson'),(31,7,'Organization',NULL,'o:o',0,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:16:17','2020-12-28 01:16:17',NULL,0,0,'banderson'),(32,7,'Affiliation',NULL,'r:affiliation',1,NULL,3,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:16:17','2020-12-28 01:16:17',30,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (1,1,'Untitled','','r:affiliation',1,'',1,0,0,NULL,'',0,'','2020-12-05 02:45:35','2020-12-05 02:45:35',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (2,2,'Affiliation',NULL,'r:affiliation',1,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (3,2,'Title',NULL,'r:title',0,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (4,2,'Sponsor',NULL,'r:sponsor_co_person_id',0,NULL,3,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (5,2,'Valid From',NULL,'r:valid_from',0,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (6,2,'Valid Through',NULL,'r:valid_through',0,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (7,3,'Name',NULL,'i:name:official',1,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (8,3,'Email',NULL,'i:email_address:official',1,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (9,3,'Name (Preferred)',NULL,'p:name:official',1,NULL,3,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (10,3,'Affiliation',NULL,'r:affiliation',1,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (11,3,'Organization',NULL,'o:o',0,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (12,3,'Title',NULL,'r:title',0,NULL,6,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (13,3,'Sponsor',NULL,'r:sponsor_co_person_id',0,NULL,7,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (14,3,'Valid From',NULL,'r:valid_from',0,NULL,8,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (15,3,'Valid Through',NULL,'r:valid_through',0,NULL,9,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (16,3,'Number (Mobile)',NULL,'m:telephone_number:mobile',0,NULL,10,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (17,4,'Name',NULL,'i:name:official',1,NULL,1,NULL,1,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (18,4,'Email',NULL,'i:email_address:official',1,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (19,4,'Affiliation',NULL,'r:affiliation',1,NULL,3,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (20,4,'Organization',NULL,'o:o',0,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (21,4,'Title',NULL,'r:title',0,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (22,5,'Name',NULL,'i:name:official',1,NULL,1,NULL,1,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (23,5,'Email',NULL,'i:email_address:official',1,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (24,5,'Affiliation',NULL,'r:affiliation',1,NULL,3,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (25,5,'Organization',NULL,'o:o',0,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (26,6,'Name',NULL,'i:name:official',1,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (27,6,'Email',NULL,'i:email_address:official',1,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (28,7,'Name',NULL,'i:name:official',1,NULL,1,NULL,1,NULL,NULL,NULL,NULL,'2020-12-28 01:16:17','2020-12-28 01:16:17',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (29,7,'Email',NULL,'i:email_address:official',1,NULL,2,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:16:17','2020-12-28 01:16:17',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (30,7,'Affiliation','','r:affiliation',0,'',3,1,0,NULL,'',0,'','2020-12-28 01:16:17','2020-12-28 01:19:23',NULL,1,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (31,7,'Organization',NULL,'o:o',0,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:16:17','2020-12-28 01:16:17',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_attributes` (`id`, `co_enrollment_flow_id`, `label`, `description`, `attribute`, `required`, `required_fields`, `ordr`, `hidden`, `copy_to_coperson`, `ignore_authoritative`, `default_env`, `login`, `language`, `created`, `modified`, `co_enrollment_attribute_id`, `revision`, `deleted`, `actor_identifier`) VALUES (32,7,'Affiliation',NULL,'r:affiliation',1,NULL,3,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:16:17','2020-12-28 01:16:17',30,0,0,'banderson'); /*!40000 ALTER TABLE `cm_co_enrollment_attributes` ENABLE KEYS */; UNLOCK TABLES; @@ -717,7 +749,14 @@ CREATE TABLE `cm_co_enrollment_flows` ( LOCK TABLES `cm_co_enrollment_flows` WRITE; /*!40000 ALTER TABLE `cm_co_enrollment_flows` DISABLE KEYS */; -INSERT INTO `cm_co_enrollment_flows` VALUES (1,'Untitled',2,'A',NULL,NULL,0,'A',0,NULL,NULL,'X',1440,0,NULL,'A','','Invitation to join (@CO_NAME)','You have been invited to join (@CO_NAME).\r\nPlease click the link below to accept or decline.\r\n\r\n(@INVITE_URL)',NULL,0,'Petition to join (@CO_NAME) has been approved','Your petition to join (@CO_NAME) as been approved. You may now log in to the platform.',NULL,NULL,0,NULL,'','','EC','','','','',NULL,'D',NULL,NULL,NULL,'2020-12-05 02:45:29','2020-12-05 02:45:29',NULL,0,0,'banderson'),(2,'Additional Role (Template)',3,'A',NULL,NULL,NULL,'P',0,NULL,NULL,'X',NULL,NULL,NULL,'T',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'X',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(3,'Conscription With Approval (Template)',3,'A',NULL,NULL,NULL,'A',1,NULL,NULL,'X',NULL,NULL,NULL,'T',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'X',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(4,'Invitation (Template)',3,'A',NULL,NULL,NULL,'N',0,NULL,NULL,'R',NULL,NULL,NULL,'T',NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'X',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(5,'Self Signup With Approval (Template)',3,'N',NULL,NULL,NULL,'N',1,NULL,NULL,'R',NULL,NULL,NULL,'T',NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(6,'Account Linking (Template)',3,'CP',NULL,NULL,NULL,'S',0,NULL,NULL,'R',NULL,1,NULL,'T',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'X',NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'),(7,'Self Signup (CSP Use Case)',3,'N',NULL,NULL,0,'N',0,NULL,NULL,'R',1440,0,NULL,'A','noreply@workbench.incommon.org','Invitation to join (@CO_NAME) - CSP Workbench','You have been invited to join (@CO_NAME).\r\nPlease click the link below to accept or decline.\r\n\r\n(@INVITE_URL)',NULL,1,'Petition to join (@CO_NAME) has been approved','Your petition to join (@CO_NAME) as been approved. You may now log in to the platform.',NULL,NULL,0,NULL,'','','IC','','','','',NULL,'D',NULL,NULL,NULL,'2020-12-28 01:16:17','2020-12-28 01:18:50',NULL,1,0,'banderson'),(8,'Copy of Self Signup With Approval (Template)',3,'N',NULL,NULL,NULL,'N',1,NULL,NULL,'R',NULL,NULL,NULL,'T',NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:16:17','2020-12-28 01:16:17',7,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_flows` (`id`, `name`, `co_id`, `authz_level`, `authz_cou_id`, `authz_co_group_id`, `my_identity_shortcut`, `match_policy`, `approval_required`, `approver_co_group_id`, `verify_email`, `email_verification_mode`, `invitation_validity`, `require_authn`, `notification_co_group_id`, `status`, `notify_from`, `verification_subject`, `verification_body`, `verification_template_id`, `notify_on_approval`, `approval_subject`, `approval_body`, `approval_template_id`, `denial_template_id`, `notify_on_finalize`, `finalization_template_id`, `introduction_text`, `conclusion_text`, `t_and_c_mode`, `redirect_on_submit`, `redirect_on_confirm`, `redirect_on_finalize`, `return_url_allowlist`, `ignore_authoritative`, `duplicate_mode`, `co_theme_id`, `establish_authenticators`, `establish_cluster_accounts`, `created`, `modified`, `co_enrollment_flow_id`, `revision`, `deleted`, `actor_identifier`) VALUES (1,'Untitled',2,'A',NULL,NULL,0,'A',0,NULL,NULL,'X',1440,0,NULL,'A','','Invitation to join (@CO_NAME)','You have been invited to join (@CO_NAME).\r\nPlease click the link below to accept or decline.\r\n\r\n(@INVITE_URL)',NULL,0,'Petition to join (@CO_NAME) has been approved','Your petition to join (@CO_NAME) as been approved. You may now log in to the platform.',NULL,NULL,0,NULL,'','','EC','','','','',NULL,'D',NULL,NULL,NULL,'2020-12-05 02:45:29','2020-12-05 02:45:29',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_flows` (`id`, `name`, `co_id`, `authz_level`, `authz_cou_id`, `authz_co_group_id`, `my_identity_shortcut`, `match_policy`, `approval_required`, `approver_co_group_id`, `verify_email`, `email_verification_mode`, `invitation_validity`, `require_authn`, `notification_co_group_id`, `status`, `notify_from`, `verification_subject`, `verification_body`, `verification_template_id`, `notify_on_approval`, `approval_subject`, `approval_body`, `approval_template_id`, `denial_template_id`, `notify_on_finalize`, `finalization_template_id`, `introduction_text`, `conclusion_text`, `t_and_c_mode`, `redirect_on_submit`, `redirect_on_confirm`, `redirect_on_finalize`, `return_url_allowlist`, `ignore_authoritative`, `duplicate_mode`, `co_theme_id`, `establish_authenticators`, `establish_cluster_accounts`, `created`, `modified`, `co_enrollment_flow_id`, `revision`, `deleted`, `actor_identifier`) VALUES (2,'Additional Role (Template)',3,'A',NULL,NULL,NULL,'P',0,NULL,NULL,'X',NULL,NULL,NULL,'T',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'X',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_flows` (`id`, `name`, `co_id`, `authz_level`, `authz_cou_id`, `authz_co_group_id`, `my_identity_shortcut`, `match_policy`, `approval_required`, `approver_co_group_id`, `verify_email`, `email_verification_mode`, `invitation_validity`, `require_authn`, `notification_co_group_id`, `status`, `notify_from`, `verification_subject`, `verification_body`, `verification_template_id`, `notify_on_approval`, `approval_subject`, `approval_body`, `approval_template_id`, `denial_template_id`, `notify_on_finalize`, `finalization_template_id`, `introduction_text`, `conclusion_text`, `t_and_c_mode`, `redirect_on_submit`, `redirect_on_confirm`, `redirect_on_finalize`, `return_url_allowlist`, `ignore_authoritative`, `duplicate_mode`, `co_theme_id`, `establish_authenticators`, `establish_cluster_accounts`, `created`, `modified`, `co_enrollment_flow_id`, `revision`, `deleted`, `actor_identifier`) VALUES (3,'Conscription With Approval (Template)',3,'A',NULL,NULL,NULL,'A',1,NULL,NULL,'X',NULL,NULL,NULL,'T',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'X',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_flows` (`id`, `name`, `co_id`, `authz_level`, `authz_cou_id`, `authz_co_group_id`, `my_identity_shortcut`, `match_policy`, `approval_required`, `approver_co_group_id`, `verify_email`, `email_verification_mode`, `invitation_validity`, `require_authn`, `notification_co_group_id`, `status`, `notify_from`, `verification_subject`, `verification_body`, `verification_template_id`, `notify_on_approval`, `approval_subject`, `approval_body`, `approval_template_id`, `denial_template_id`, `notify_on_finalize`, `finalization_template_id`, `introduction_text`, `conclusion_text`, `t_and_c_mode`, `redirect_on_submit`, `redirect_on_confirm`, `redirect_on_finalize`, `return_url_allowlist`, `ignore_authoritative`, `duplicate_mode`, `co_theme_id`, `establish_authenticators`, `establish_cluster_accounts`, `created`, `modified`, `co_enrollment_flow_id`, `revision`, `deleted`, `actor_identifier`) VALUES (4,'Invitation (Template)',3,'A',NULL,NULL,NULL,'N',0,NULL,NULL,'R',NULL,NULL,NULL,'T',NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'X',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_flows` (`id`, `name`, `co_id`, `authz_level`, `authz_cou_id`, `authz_co_group_id`, `my_identity_shortcut`, `match_policy`, `approval_required`, `approver_co_group_id`, `verify_email`, `email_verification_mode`, `invitation_validity`, `require_authn`, `notification_co_group_id`, `status`, `notify_from`, `verification_subject`, `verification_body`, `verification_template_id`, `notify_on_approval`, `approval_subject`, `approval_body`, `approval_template_id`, `denial_template_id`, `notify_on_finalize`, `finalization_template_id`, `introduction_text`, `conclusion_text`, `t_and_c_mode`, `redirect_on_submit`, `redirect_on_confirm`, `redirect_on_finalize`, `return_url_allowlist`, `ignore_authoritative`, `duplicate_mode`, `co_theme_id`, `establish_authenticators`, `establish_cluster_accounts`, `created`, `modified`, `co_enrollment_flow_id`, `revision`, `deleted`, `actor_identifier`) VALUES (5,'Self Signup With Approval (Template)',3,'N',NULL,NULL,NULL,'N',1,NULL,NULL,'R',NULL,NULL,NULL,'T',NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_flows` (`id`, `name`, `co_id`, `authz_level`, `authz_cou_id`, `authz_co_group_id`, `my_identity_shortcut`, `match_policy`, `approval_required`, `approver_co_group_id`, `verify_email`, `email_verification_mode`, `invitation_validity`, `require_authn`, `notification_co_group_id`, `status`, `notify_from`, `verification_subject`, `verification_body`, `verification_template_id`, `notify_on_approval`, `approval_subject`, `approval_body`, `approval_template_id`, `denial_template_id`, `notify_on_finalize`, `finalization_template_id`, `introduction_text`, `conclusion_text`, `t_and_c_mode`, `redirect_on_submit`, `redirect_on_confirm`, `redirect_on_finalize`, `return_url_allowlist`, `ignore_authoritative`, `duplicate_mode`, `co_theme_id`, `establish_authenticators`, `establish_cluster_accounts`, `created`, `modified`, `co_enrollment_flow_id`, `revision`, `deleted`, `actor_identifier`) VALUES (6,'Account Linking (Template)',3,'CP',NULL,NULL,NULL,'S',0,NULL,NULL,'R',NULL,1,NULL,'T',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'X',NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,'2020-12-28 01:15:56','2020-12-28 01:15:56',NULL,0,0,'banderson'); +INSERT INTO `cm_co_enrollment_flows` (`id`, `name`, `co_id`, `authz_level`, `authz_cou_id`, `authz_co_group_id`, `my_identity_shortcut`, `match_policy`, `approval_required`, `approver_co_group_id`, `verify_email`, `email_verification_mode`, `invitation_validity`, `require_authn`, `notification_co_group_id`, `status`, `notify_from`, `verification_subject`, `verification_body`, `verification_template_id`, `notify_on_approval`, `approval_subject`, `approval_body`, `approval_template_id`, `denial_template_id`, `notify_on_finalize`, `finalization_template_id`, `introduction_text`, `conclusion_text`, `t_and_c_mode`, `redirect_on_submit`, `redirect_on_confirm`, `redirect_on_finalize`, `return_url_allowlist`, `ignore_authoritative`, `duplicate_mode`, `co_theme_id`, `establish_authenticators`, `establish_cluster_accounts`, `created`, `modified`, `co_enrollment_flow_id`, `revision`, `deleted`, `actor_identifier`) VALUES (7,'Self Signup (CSP Use Case)',3,'N',NULL,NULL,0,'N',0,NULL,NULL,'R',1440,0,NULL,'A','noreply@workbench.incommon.org','Invitation to join (@CO_NAME) - CSP Workbench','You have been invited to join (@CO_NAME).\r\nPlease click the link below to accept or decline.\r\n\r\n(@INVITE_URL)',NULL,1,'Petition to join (@CO_NAME) has been approved','Your petition to join (@CO_NAME) as been approved. You may now log in to the platform.',NULL,NULL,0,NULL,'','','IC','','','','',NULL,'D',NULL,NULL,NULL,'2020-12-28 01:16:17','2020-12-28 01:18:50',NULL,1,0,'banderson'); +INSERT INTO `cm_co_enrollment_flows` (`id`, `name`, `co_id`, `authz_level`, `authz_cou_id`, `authz_co_group_id`, `my_identity_shortcut`, `match_policy`, `approval_required`, `approver_co_group_id`, `verify_email`, `email_verification_mode`, `invitation_validity`, `require_authn`, `notification_co_group_id`, `status`, `notify_from`, `verification_subject`, `verification_body`, `verification_template_id`, `notify_on_approval`, `approval_subject`, `approval_body`, `approval_template_id`, `denial_template_id`, `notify_on_finalize`, `finalization_template_id`, `introduction_text`, `conclusion_text`, `t_and_c_mode`, `redirect_on_submit`, `redirect_on_confirm`, `redirect_on_finalize`, `return_url_allowlist`, `ignore_authoritative`, `duplicate_mode`, `co_theme_id`, `establish_authenticators`, `establish_cluster_accounts`, `created`, `modified`, `co_enrollment_flow_id`, `revision`, `deleted`, `actor_identifier`) VALUES (8,'Copy of Self Signup With Approval (Template)',3,'N',NULL,NULL,NULL,'N',1,NULL,NULL,'R',NULL,NULL,NULL,'T',NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IC',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-12-28 01:16:17','2020-12-28 01:16:17',7,0,0,'banderson'); /*!40000 ALTER TABLE `cm_co_enrollment_flows` ENABLE KEYS */; UNLOCK TABLES; @@ -894,7 +933,160 @@ CREATE TABLE `cm_co_extended_types` ( LOCK TABLES `cm_co_extended_types` WRITE; /*!40000 ALTER TABLE `cm_co_extended_types` DISABLE KEYS */; -INSERT INTO `cm_co_extended_types` VALUES (1,1,'Address.type','campus','Campus',NULL,'A'),(2,1,'Address.type','home','Home',NULL,'A'),(3,1,'Address.type','office','Office',NULL,'A'),(4,1,'Address.type','postal','Postal',NULL,'A'),(5,1,'CoPersonRole.affiliation','faculty','Faculty',NULL,'A'),(6,1,'CoPersonRole.affiliation','student','Student',NULL,'A'),(7,1,'CoPersonRole.affiliation','staff','Staff',NULL,'A'),(8,1,'CoPersonRole.affiliation','alum','Alum',NULL,'A'),(9,1,'CoPersonRole.affiliation','member','Member',NULL,'A'),(10,1,'CoPersonRole.affiliation','affiliate','Affiliate',NULL,'A'),(11,1,'CoPersonRole.affiliation','employee','Employee',NULL,'A'),(12,1,'CoPersonRole.affiliation','librarywalkin','Library Walk-In',NULL,'A'),(13,1,'EmailAddress.type','delivery','Delivery',NULL,'A'),(14,1,'EmailAddress.type','forwarding','Forwarding',NULL,'A'),(15,1,'EmailAddress.type','list','Mailing List',NULL,'A'),(16,1,'EmailAddress.type','official','Official',NULL,'A'),(17,1,'EmailAddress.type','personal','Personal',NULL,'A'),(18,1,'EmailAddress.type','preferred','Preferred',NULL,'A'),(19,1,'EmailAddress.type','recovery','Recovery',NULL,'A'),(20,1,'Identifier.type','badge','Badge',NULL,'A'),(21,1,'Identifier.type','enterprise','Enterprise',NULL,'A'),(22,1,'Identifier.type','eppn','ePPN',NULL,'A'),(23,1,'Identifier.type','eptid','ePTID',NULL,'A'),(24,1,'Identifier.type','epuid','ePUID',NULL,'A'),(25,1,'Identifier.type','mail','Mail',NULL,'A'),(26,1,'Identifier.type','national','National',NULL,'A'),(27,1,'Identifier.type','network','Network',NULL,'A'),(28,1,'Identifier.type','oidcsub','OIDC sub',NULL,'A'),(29,1,'Identifier.type','openid','OpenID',NULL,'A'),(30,1,'Identifier.type','orcid','ORCID iD',NULL,'A'),(31,1,'Identifier.type','provisioningtarget','Provisioning Target',NULL,'A'),(32,1,'Identifier.type','reference','Match Reference',NULL,'A'),(33,1,'Identifier.type','pairwiseid','SAML pairwise-id',NULL,'A'),(34,1,'Identifier.type','subjectid','SAML subject-id',NULL,'A'),(35,1,'Identifier.type','sorid','System of Record ID',NULL,'A'),(36,1,'Identifier.type','uid','UID',NULL,'A'),(37,1,'Name.type','alternate','Alternate',NULL,'A'),(38,1,'Name.type','author','Author',NULL,'A'),(39,1,'Name.type','fka','FKA',NULL,'A'),(40,1,'Name.type','official','Official',NULL,'A'),(41,1,'Name.type','preferred','Preferred',NULL,'A'),(42,1,'TelephoneNumber.type','campus','Campus',NULL,'A'),(43,1,'TelephoneNumber.type','fax','Fax',NULL,'A'),(44,1,'TelephoneNumber.type','home','Home',NULL,'A'),(45,1,'TelephoneNumber.type','mobile','Mobile',NULL,'A'),(46,1,'TelephoneNumber.type','office','Office',NULL,'A'),(47,1,'Url.type','official','Official',NULL,'A'),(48,1,'Url.type','personal','Personal',NULL,'A'),(49,1,'CoDepartment.type','vo','VO',NULL,'A'),(50,1,'CoDepartment.type','researchinstitute','Research Institute',NULL,'A'),(51,1,'CoDepartment.type','department','Department',NULL,'A'),(52,2,'Address.type','campus','Campus',NULL,'A'),(53,2,'Address.type','home','Home',NULL,'A'),(54,2,'Address.type','office','Office',NULL,'A'),(55,2,'Address.type','postal','Postal',NULL,'A'),(56,2,'CoPersonRole.affiliation','faculty','Faculty',NULL,'A'),(57,2,'CoPersonRole.affiliation','student','Student',NULL,'A'),(58,2,'CoPersonRole.affiliation','staff','Staff',NULL,'A'),(59,2,'CoPersonRole.affiliation','alum','Alum',NULL,'A'),(60,2,'CoPersonRole.affiliation','member','Member',NULL,'A'),(61,2,'CoPersonRole.affiliation','affiliate','Affiliate',NULL,'A'),(62,2,'CoPersonRole.affiliation','employee','Employee',NULL,'A'),(63,2,'CoPersonRole.affiliation','librarywalkin','Library Walk-In',NULL,'A'),(64,2,'EmailAddress.type','delivery','Delivery',NULL,'A'),(65,2,'EmailAddress.type','forwarding','Forwarding',NULL,'A'),(66,2,'EmailAddress.type','list','Mailing List',NULL,'A'),(67,2,'EmailAddress.type','official','Official',NULL,'A'),(68,2,'EmailAddress.type','personal','Personal',NULL,'A'),(69,2,'EmailAddress.type','preferred','Preferred',NULL,'A'),(70,2,'EmailAddress.type','recovery','Recovery',NULL,'A'),(71,2,'Identifier.type','badge','Badge',NULL,'A'),(72,2,'Identifier.type','enterprise','Enterprise',NULL,'A'),(73,2,'Identifier.type','eppn','ePPN',NULL,'A'),(74,2,'Identifier.type','eptid','ePTID',NULL,'A'),(75,2,'Identifier.type','epuid','ePUID',NULL,'A'),(76,2,'Identifier.type','mail','Mail',NULL,'A'),(77,2,'Identifier.type','national','National',NULL,'A'),(78,2,'Identifier.type','network','Network',NULL,'A'),(79,2,'Identifier.type','oidcsub','OIDC sub',NULL,'A'),(80,2,'Identifier.type','openid','OpenID',NULL,'A'),(81,2,'Identifier.type','orcid','ORCID iD',NULL,'A'),(82,2,'Identifier.type','provisioningtarget','Provisioning Target',NULL,'A'),(83,2,'Identifier.type','reference','Match Reference',NULL,'A'),(84,2,'Identifier.type','pairwiseid','SAML pairwise-id',NULL,'A'),(85,2,'Identifier.type','subjectid','SAML subject-id',NULL,'A'),(86,2,'Identifier.type','sorid','System of Record ID',NULL,'A'),(87,2,'Identifier.type','uid','UID',NULL,'A'),(88,2,'Name.type','alternate','Alternate',NULL,'A'),(89,2,'Name.type','author','Author',NULL,'A'),(90,2,'Name.type','fka','FKA',NULL,'A'),(91,2,'Name.type','official','Official',NULL,'A'),(92,2,'Name.type','preferred','Preferred',NULL,'A'),(93,2,'TelephoneNumber.type','campus','Campus',NULL,'A'),(94,2,'TelephoneNumber.type','fax','Fax',NULL,'A'),(95,2,'TelephoneNumber.type','home','Home',NULL,'A'),(96,2,'TelephoneNumber.type','mobile','Mobile',NULL,'A'),(97,2,'TelephoneNumber.type','office','Office',NULL,'A'),(98,2,'Url.type','official','Official',NULL,'A'),(99,2,'Url.type','personal','Personal',NULL,'A'),(100,2,'CoDepartment.type','vo','VO',NULL,'A'),(101,2,'CoDepartment.type','researchinstitute','Research Institute',NULL,'A'),(102,2,'CoDepartment.type','department','Department',NULL,'A'),(103,3,'Address.type','campus','Campus',NULL,'A'),(104,3,'Address.type','home','Home',NULL,'A'),(105,3,'Address.type','office','Office',NULL,'A'),(106,3,'Address.type','postal','Postal',NULL,'A'),(107,3,'CoPersonRole.affiliation','faculty','Faculty',NULL,'A'),(108,3,'CoPersonRole.affiliation','student','Student',NULL,'A'),(109,3,'CoPersonRole.affiliation','staff','Staff',NULL,'A'),(110,3,'CoPersonRole.affiliation','alum','Alum',NULL,'A'),(111,3,'CoPersonRole.affiliation','member','Member',NULL,'A'),(112,3,'CoPersonRole.affiliation','affiliate','Affiliate',NULL,'A'),(113,3,'CoPersonRole.affiliation','employee','Employee',NULL,'A'),(114,3,'CoPersonRole.affiliation','librarywalkin','Library Walk-In',NULL,'A'),(115,3,'EmailAddress.type','delivery','Delivery',NULL,'A'),(116,3,'EmailAddress.type','forwarding','Forwarding',NULL,'A'),(117,3,'EmailAddress.type','list','Mailing List',NULL,'A'),(118,3,'EmailAddress.type','official','Official',NULL,'A'),(119,3,'EmailAddress.type','personal','Personal',NULL,'A'),(120,3,'EmailAddress.type','preferred','Preferred',NULL,'A'),(121,3,'EmailAddress.type','recovery','Recovery',NULL,'A'),(122,3,'Identifier.type','badge','Badge',NULL,'A'),(123,3,'Identifier.type','enterprise','Enterprise',NULL,'A'),(124,3,'Identifier.type','eppn','ePPN',NULL,'A'),(125,3,'Identifier.type','eptid','ePTID',NULL,'A'),(126,3,'Identifier.type','epuid','ePUID',NULL,'A'),(127,3,'Identifier.type','mail','Mail',NULL,'A'),(128,3,'Identifier.type','national','National',NULL,'A'),(129,3,'Identifier.type','network','Network',NULL,'A'),(130,3,'Identifier.type','oidcsub','OIDC sub',NULL,'A'),(131,3,'Identifier.type','openid','OpenID',NULL,'A'),(132,3,'Identifier.type','orcid','ORCID iD',NULL,'A'),(133,3,'Identifier.type','provisioningtarget','Provisioning Target',NULL,'A'),(134,3,'Identifier.type','reference','Match Reference',NULL,'A'),(135,3,'Identifier.type','pairwiseid','SAML pairwise-id',NULL,'A'),(136,3,'Identifier.type','subjectid','SAML subject-id',NULL,'A'),(137,3,'Identifier.type','sorid','System of Record ID',NULL,'A'),(138,3,'Identifier.type','uid','UID',NULL,'A'),(139,3,'Name.type','alternate','Alternate',NULL,'A'),(140,3,'Name.type','author','Author',NULL,'A'),(141,3,'Name.type','fka','FKA',NULL,'A'),(142,3,'Name.type','official','Official',NULL,'A'),(143,3,'Name.type','preferred','Preferred',NULL,'A'),(144,3,'TelephoneNumber.type','campus','Campus',NULL,'A'),(145,3,'TelephoneNumber.type','fax','Fax',NULL,'A'),(146,3,'TelephoneNumber.type','home','Home',NULL,'A'),(147,3,'TelephoneNumber.type','mobile','Mobile',NULL,'A'),(148,3,'TelephoneNumber.type','office','Office',NULL,'A'),(149,3,'Url.type','official','Official',NULL,'A'),(150,3,'Url.type','personal','Personal',NULL,'A'),(151,3,'CoDepartment.type','vo','VO',NULL,'A'),(152,3,'CoDepartment.type','researchinstitute','Research Institute',NULL,'A'),(153,3,'CoDepartment.type','department','Department',NULL,'A'),(154,3,'Identifier.type','GuestID','Guest Identifier for Provisioning to LDAP',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (1,1,'Address.type','campus','Campus',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (2,1,'Address.type','home','Home',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (3,1,'Address.type','office','Office',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (4,1,'Address.type','postal','Postal',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (5,1,'CoPersonRole.affiliation','faculty','Faculty',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (6,1,'CoPersonRole.affiliation','student','Student',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (7,1,'CoPersonRole.affiliation','staff','Staff',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (8,1,'CoPersonRole.affiliation','alum','Alum',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (9,1,'CoPersonRole.affiliation','member','Member',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (10,1,'CoPersonRole.affiliation','affiliate','Affiliate',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (11,1,'CoPersonRole.affiliation','employee','Employee',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (12,1,'CoPersonRole.affiliation','librarywalkin','Library Walk-In',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (13,1,'EmailAddress.type','delivery','Delivery',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (14,1,'EmailAddress.type','forwarding','Forwarding',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (15,1,'EmailAddress.type','list','Mailing List',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (16,1,'EmailAddress.type','official','Official',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (17,1,'EmailAddress.type','personal','Personal',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (18,1,'EmailAddress.type','preferred','Preferred',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (19,1,'EmailAddress.type','recovery','Recovery',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (20,1,'Identifier.type','badge','Badge',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (21,1,'Identifier.type','enterprise','Enterprise',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (22,1,'Identifier.type','eppn','ePPN',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (23,1,'Identifier.type','eptid','ePTID',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (24,1,'Identifier.type','epuid','ePUID',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (25,1,'Identifier.type','mail','Mail',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (26,1,'Identifier.type','national','National',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (27,1,'Identifier.type','network','Network',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (28,1,'Identifier.type','oidcsub','OIDC sub',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (29,1,'Identifier.type','openid','OpenID',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (30,1,'Identifier.type','orcid','ORCID iD',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (31,1,'Identifier.type','provisioningtarget','Provisioning Target',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (32,1,'Identifier.type','reference','Match Reference',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (33,1,'Identifier.type','pairwiseid','SAML pairwise-id',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (34,1,'Identifier.type','subjectid','SAML subject-id',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (35,1,'Identifier.type','sorid','System of Record ID',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (36,1,'Identifier.type','uid','UID',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (37,1,'Name.type','alternate','Alternate',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (38,1,'Name.type','author','Author',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (39,1,'Name.type','fka','FKA',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (40,1,'Name.type','official','Official',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (41,1,'Name.type','preferred','Preferred',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (42,1,'TelephoneNumber.type','campus','Campus',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (43,1,'TelephoneNumber.type','fax','Fax',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (44,1,'TelephoneNumber.type','home','Home',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (45,1,'TelephoneNumber.type','mobile','Mobile',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (46,1,'TelephoneNumber.type','office','Office',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (47,1,'Url.type','official','Official',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (48,1,'Url.type','personal','Personal',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (49,1,'CoDepartment.type','vo','VO',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (50,1,'CoDepartment.type','researchinstitute','Research Institute',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (51,1,'CoDepartment.type','department','Department',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (52,2,'Address.type','campus','Campus',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (53,2,'Address.type','home','Home',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (54,2,'Address.type','office','Office',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (55,2,'Address.type','postal','Postal',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (56,2,'CoPersonRole.affiliation','faculty','Faculty',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (57,2,'CoPersonRole.affiliation','student','Student',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (58,2,'CoPersonRole.affiliation','staff','Staff',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (59,2,'CoPersonRole.affiliation','alum','Alum',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (60,2,'CoPersonRole.affiliation','member','Member',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (61,2,'CoPersonRole.affiliation','affiliate','Affiliate',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (62,2,'CoPersonRole.affiliation','employee','Employee',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (63,2,'CoPersonRole.affiliation','librarywalkin','Library Walk-In',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (64,2,'EmailAddress.type','delivery','Delivery',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (65,2,'EmailAddress.type','forwarding','Forwarding',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (66,2,'EmailAddress.type','list','Mailing List',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (67,2,'EmailAddress.type','official','Official',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (68,2,'EmailAddress.type','personal','Personal',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (69,2,'EmailAddress.type','preferred','Preferred',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (70,2,'EmailAddress.type','recovery','Recovery',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (71,2,'Identifier.type','badge','Badge',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (72,2,'Identifier.type','enterprise','Enterprise',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (73,2,'Identifier.type','eppn','ePPN',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (74,2,'Identifier.type','eptid','ePTID',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (75,2,'Identifier.type','epuid','ePUID',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (76,2,'Identifier.type','mail','Mail',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (77,2,'Identifier.type','national','National',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (78,2,'Identifier.type','network','Network',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (79,2,'Identifier.type','oidcsub','OIDC sub',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (80,2,'Identifier.type','openid','OpenID',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (81,2,'Identifier.type','orcid','ORCID iD',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (82,2,'Identifier.type','provisioningtarget','Provisioning Target',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (83,2,'Identifier.type','reference','Match Reference',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (84,2,'Identifier.type','pairwiseid','SAML pairwise-id',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (85,2,'Identifier.type','subjectid','SAML subject-id',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (86,2,'Identifier.type','sorid','System of Record ID',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (87,2,'Identifier.type','uid','UID',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (88,2,'Name.type','alternate','Alternate',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (89,2,'Name.type','author','Author',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (90,2,'Name.type','fka','FKA',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (91,2,'Name.type','official','Official',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (92,2,'Name.type','preferred','Preferred',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (93,2,'TelephoneNumber.type','campus','Campus',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (94,2,'TelephoneNumber.type','fax','Fax',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (95,2,'TelephoneNumber.type','home','Home',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (96,2,'TelephoneNumber.type','mobile','Mobile',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (97,2,'TelephoneNumber.type','office','Office',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (98,2,'Url.type','official','Official',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (99,2,'Url.type','personal','Personal',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (100,2,'CoDepartment.type','vo','VO',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (101,2,'CoDepartment.type','researchinstitute','Research Institute',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (102,2,'CoDepartment.type','department','Department',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (103,3,'Address.type','campus','Campus',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (104,3,'Address.type','home','Home',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (105,3,'Address.type','office','Office',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (106,3,'Address.type','postal','Postal',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (107,3,'CoPersonRole.affiliation','faculty','Faculty',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (108,3,'CoPersonRole.affiliation','student','Student',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (109,3,'CoPersonRole.affiliation','staff','Staff',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (110,3,'CoPersonRole.affiliation','alum','Alum',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (111,3,'CoPersonRole.affiliation','member','Member',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (112,3,'CoPersonRole.affiliation','affiliate','Affiliate',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (113,3,'CoPersonRole.affiliation','employee','Employee',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (114,3,'CoPersonRole.affiliation','librarywalkin','Library Walk-In',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (115,3,'EmailAddress.type','delivery','Delivery',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (116,3,'EmailAddress.type','forwarding','Forwarding',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (117,3,'EmailAddress.type','list','Mailing List',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (118,3,'EmailAddress.type','official','Official',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (119,3,'EmailAddress.type','personal','Personal',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (120,3,'EmailAddress.type','preferred','Preferred',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (121,3,'EmailAddress.type','recovery','Recovery',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (122,3,'Identifier.type','badge','Badge',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (123,3,'Identifier.type','enterprise','Enterprise',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (124,3,'Identifier.type','eppn','ePPN',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (125,3,'Identifier.type','eptid','ePTID',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (126,3,'Identifier.type','epuid','ePUID',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (127,3,'Identifier.type','mail','Mail',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (128,3,'Identifier.type','national','National',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (129,3,'Identifier.type','network','Network',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (130,3,'Identifier.type','oidcsub','OIDC sub',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (131,3,'Identifier.type','openid','OpenID',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (132,3,'Identifier.type','orcid','ORCID iD',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (133,3,'Identifier.type','provisioningtarget','Provisioning Target',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (134,3,'Identifier.type','reference','Match Reference',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (135,3,'Identifier.type','pairwiseid','SAML pairwise-id',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (136,3,'Identifier.type','subjectid','SAML subject-id',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (137,3,'Identifier.type','sorid','System of Record ID',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (138,3,'Identifier.type','uid','UID',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (139,3,'Name.type','alternate','Alternate',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (140,3,'Name.type','author','Author',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (141,3,'Name.type','fka','FKA',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (142,3,'Name.type','official','Official',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (143,3,'Name.type','preferred','Preferred',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (144,3,'TelephoneNumber.type','campus','Campus',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (145,3,'TelephoneNumber.type','fax','Fax',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (146,3,'TelephoneNumber.type','home','Home',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (147,3,'TelephoneNumber.type','mobile','Mobile',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (148,3,'TelephoneNumber.type','office','Office',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (149,3,'Url.type','official','Official',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (150,3,'Url.type','personal','Personal',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (151,3,'CoDepartment.type','vo','VO',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (152,3,'CoDepartment.type','researchinstitute','Research Institute',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (153,3,'CoDepartment.type','department','Department',NULL,'A'); +INSERT INTO `cm_co_extended_types` (`id`, `co_id`, `attribute`, `name`, `display_name`, `edupersonaffiliation`, `status`) VALUES (154,3,'Identifier.type','GuestID','Guest Identifier for Provisioning to LDAP',NULL,'A'); /*!40000 ALTER TABLE `cm_co_extended_types` ENABLE KEYS */; UNLOCK TABLES; @@ -936,7 +1128,8 @@ CREATE TABLE `cm_co_group_members` ( LOCK TABLES `cm_co_group_members` WRITE; /*!40000 ALTER TABLE `cm_co_group_members` DISABLE KEYS */; -INSERT INTO `cm_co_group_members` VALUES (1,2,1,1,0,NULL,NULL,NULL,NULL,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'),(2,1,1,1,1,NULL,NULL,NULL,NULL,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); +INSERT INTO `cm_co_group_members` (`id`, `co_group_id`, `co_person_id`, `member`, `owner`, `valid_from`, `valid_through`, `source_org_identity_id`, `co_group_nesting_id`, `created`, `modified`, `co_group_member_id`, `revision`, `deleted`, `actor_identifier`) VALUES (1,2,1,1,0,NULL,NULL,NULL,NULL,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); +INSERT INTO `cm_co_group_members` (`id`, `co_group_id`, `co_person_id`, `member`, `owner`, `valid_from`, `valid_through`, `source_org_identity_id`, `co_group_nesting_id`, `created`, `modified`, `co_group_member_id`, `revision`, `deleted`, `actor_identifier`) VALUES (2,1,1,1,1,NULL,NULL,NULL,NULL,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); /*!40000 ALTER TABLE `cm_co_group_members` ENABLE KEYS */; UNLOCK TABLES; @@ -1111,7 +1304,15 @@ CREATE TABLE `cm_co_groups` ( LOCK TABLES `cm_co_groups` WRITE; /*!40000 ALTER TABLE `cm_co_groups` DISABLE KEYS */; -INSERT INTO `cm_co_groups` VALUES (1,1,NULL,'CO:admins','COmanage Administrators',0,'A','A',0,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'),(2,1,NULL,'CO:members:active','COmanage Active Members',0,'A','MA',1,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'),(3,1,NULL,'CO:members:all','COmanage Members',0,'A','M',1,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'),(4,2,NULL,'CO:admins','test Administrators',0,'A','A',0,'2020-12-05 02:25:23','2020-12-05 02:25:23',NULL,0,0,'banderson'),(5,2,NULL,'CO:members:active','test Active Members',0,'A','MA',1,'2020-12-05 02:25:23','2020-12-05 02:25:23',NULL,0,0,'banderson'),(6,2,NULL,'CO:members:all','test Members',0,'A','M',1,'2020-12-05 02:25:23','2020-12-05 02:25:23',NULL,0,0,'banderson'),(7,3,NULL,'CO:admins','Guests/Sponsored Accounts Administrators',0,'A','A',0,'2020-12-24 01:28:19','2020-12-24 01:28:19',NULL,0,0,'banderson'),(8,3,NULL,'CO:members:active','Guests/Sponsored Accounts Active Members',0,'A','MA',1,'2020-12-24 01:28:19','2020-12-24 01:28:19',NULL,0,0,'banderson'),(9,3,NULL,'CO:members:all','Guests/Sponsored Accounts Members',0,'A','M',1,'2020-12-24 01:28:19','2020-12-24 01:28:19',NULL,0,0,'banderson'); +INSERT INTO `cm_co_groups` (`id`, `co_id`, `cou_id`, `name`, `description`, `open`, `status`, `group_type`, `auto`, `created`, `modified`, `co_group_id`, `revision`, `deleted`, `actor_identifier`) VALUES (1,1,NULL,'CO:admins','COmanage Administrators',0,'A','A',0,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); +INSERT INTO `cm_co_groups` (`id`, `co_id`, `cou_id`, `name`, `description`, `open`, `status`, `group_type`, `auto`, `created`, `modified`, `co_group_id`, `revision`, `deleted`, `actor_identifier`) VALUES (2,1,NULL,'CO:members:active','COmanage Active Members',0,'A','MA',1,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); +INSERT INTO `cm_co_groups` (`id`, `co_id`, `cou_id`, `name`, `description`, `open`, `status`, `group_type`, `auto`, `created`, `modified`, `co_group_id`, `revision`, `deleted`, `actor_identifier`) VALUES (3,1,NULL,'CO:members:all','COmanage Members',0,'A','M',1,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); +INSERT INTO `cm_co_groups` (`id`, `co_id`, `cou_id`, `name`, `description`, `open`, `status`, `group_type`, `auto`, `created`, `modified`, `co_group_id`, `revision`, `deleted`, `actor_identifier`) VALUES (4,2,NULL,'CO:admins','test Administrators',0,'A','A',0,'2020-12-05 02:25:23','2020-12-05 02:25:23',NULL,0,0,'banderson'); +INSERT INTO `cm_co_groups` (`id`, `co_id`, `cou_id`, `name`, `description`, `open`, `status`, `group_type`, `auto`, `created`, `modified`, `co_group_id`, `revision`, `deleted`, `actor_identifier`) VALUES (5,2,NULL,'CO:members:active','test Active Members',0,'A','MA',1,'2020-12-05 02:25:23','2020-12-05 02:25:23',NULL,0,0,'banderson'); +INSERT INTO `cm_co_groups` (`id`, `co_id`, `cou_id`, `name`, `description`, `open`, `status`, `group_type`, `auto`, `created`, `modified`, `co_group_id`, `revision`, `deleted`, `actor_identifier`) VALUES (6,2,NULL,'CO:members:all','test Members',0,'A','M',1,'2020-12-05 02:25:23','2020-12-05 02:25:23',NULL,0,0,'banderson'); +INSERT INTO `cm_co_groups` (`id`, `co_id`, `cou_id`, `name`, `description`, `open`, `status`, `group_type`, `auto`, `created`, `modified`, `co_group_id`, `revision`, `deleted`, `actor_identifier`) VALUES (7,3,NULL,'CO:admins','Guests/Sponsored Accounts Administrators',0,'A','A',0,'2020-12-24 01:28:19','2020-12-24 01:28:19',NULL,0,0,'banderson'); +INSERT INTO `cm_co_groups` (`id`, `co_id`, `cou_id`, `name`, `description`, `open`, `status`, `group_type`, `auto`, `created`, `modified`, `co_group_id`, `revision`, `deleted`, `actor_identifier`) VALUES (8,3,NULL,'CO:members:active','Guests/Sponsored Accounts Active Members',0,'A','MA',1,'2020-12-24 01:28:19','2020-12-24 01:28:19',NULL,0,0,'banderson'); +INSERT INTO `cm_co_groups` (`id`, `co_id`, `cou_id`, `name`, `description`, `open`, `status`, `group_type`, `auto`, `created`, `modified`, `co_group_id`, `revision`, `deleted`, `actor_identifier`) VALUES (9,3,NULL,'CO:members:all','Guests/Sponsored Accounts Members',0,'A','M',1,'2020-12-24 01:28:19','2020-12-24 01:28:19',NULL,0,0,'banderson'); /*!40000 ALTER TABLE `cm_co_groups` ENABLE KEYS */; UNLOCK TABLES; @@ -1152,7 +1353,7 @@ CREATE TABLE `cm_co_identifier_assignments` ( LOCK TABLES `cm_co_identifier_assignments` WRITE; /*!40000 ALTER TABLE `cm_co_identifier_assignments` DISABLE KEYS */; -INSERT INTO `cm_co_identifier_assignments` VALUES (1,3,'A','CP','GuestID','','Guest Identifier',1,'S','G(#:8)',1,NULL,'AN',NULL,NULL,NULL,'2020-12-28 01:15:26','2020-12-28 01:15:26'); +INSERT INTO `cm_co_identifier_assignments` (`id`, `co_id`, `status`, `context`, `identifier_type`, `email_type`, `description`, `login`, `algorithm`, `format`, `minimum`, `maximum`, `permitted`, `collision_resolution`, `exclusions`, `ordr`, `created`, `modified`) VALUES (1,3,'A','CP','GuestID','','Guest Identifier',1,'S','G(#:8)',1,NULL,'AN',NULL,NULL,NULL,'2020-12-28 01:15:26','2020-12-28 01:15:26'); /*!40000 ALTER TABLE `cm_co_identifier_assignments` ENABLE KEYS */; UNLOCK TABLES; @@ -1259,7 +1460,13 @@ CREATE TABLE `cm_co_job_history_records` ( LOCK TABLES `cm_co_job_history_records` WRITE; /*!40000 ALTER TABLE `cm_co_job_history_records` DISABLE KEYS */; -INSERT INTO `cm_co_job_history_records` VALUES (1,299,NULL,NULL,NULL,'Reprovisioning 0 CoEmailList record(s)','NT','2020-12-28 01:26:49','2020-12-28 01:26:49'),(2,299,NULL,NULL,NULL,'Reprovisioning 3 CoGroup record(s)','NT','2020-12-28 01:26:49','2020-12-28 01:26:49'),(3,299,'7',NULL,NULL,'Provisioning completed successfully','OK','2020-12-28 01:26:49','2020-12-28 01:26:49'),(4,299,'8',NULL,NULL,'Provisioning completed successfully','OK','2020-12-28 01:26:49','2020-12-28 01:26:49'),(5,299,'9',NULL,NULL,'Provisioning completed successfully','OK','2020-12-28 01:26:49','2020-12-28 01:26:49'),(6,299,NULL,NULL,NULL,'Reprovisioning 0 CoPerson record(s)','NT','2020-12-28 01:26:49','2020-12-28 01:26:49'),(7,299,NULL,NULL,NULL,'Reprovisioning 0 CoService record(s)','NT','2020-12-28 01:26:49','2020-12-28 01:26:49'); +INSERT INTO `cm_co_job_history_records` (`id`, `co_job_id`, `record_key`, `co_person_id`, `org_identity_id`, `comment`, `status`, `created`, `modified`) VALUES (1,299,NULL,NULL,NULL,'Reprovisioning 0 CoEmailList record(s)','NT','2020-12-28 01:26:49','2020-12-28 01:26:49'); +INSERT INTO `cm_co_job_history_records` (`id`, `co_job_id`, `record_key`, `co_person_id`, `org_identity_id`, `comment`, `status`, `created`, `modified`) VALUES (2,299,NULL,NULL,NULL,'Reprovisioning 3 CoGroup record(s)','NT','2020-12-28 01:26:49','2020-12-28 01:26:49'); +INSERT INTO `cm_co_job_history_records` (`id`, `co_job_id`, `record_key`, `co_person_id`, `org_identity_id`, `comment`, `status`, `created`, `modified`) VALUES (3,299,'7',NULL,NULL,'Provisioning completed successfully','OK','2020-12-28 01:26:49','2020-12-28 01:26:49'); +INSERT INTO `cm_co_job_history_records` (`id`, `co_job_id`, `record_key`, `co_person_id`, `org_identity_id`, `comment`, `status`, `created`, `modified`) VALUES (4,299,'8',NULL,NULL,'Provisioning completed successfully','OK','2020-12-28 01:26:49','2020-12-28 01:26:49'); +INSERT INTO `cm_co_job_history_records` (`id`, `co_job_id`, `record_key`, `co_person_id`, `org_identity_id`, `comment`, `status`, `created`, `modified`) VALUES (5,299,'9',NULL,NULL,'Provisioning completed successfully','OK','2020-12-28 01:26:49','2020-12-28 01:26:49'); +INSERT INTO `cm_co_job_history_records` (`id`, `co_job_id`, `record_key`, `co_person_id`, `org_identity_id`, `comment`, `status`, `created`, `modified`) VALUES (6,299,NULL,NULL,NULL,'Reprovisioning 0 CoPerson record(s)','NT','2020-12-28 01:26:49','2020-12-28 01:26:49'); +INSERT INTO `cm_co_job_history_records` (`id`, `co_job_id`, `record_key`, `co_person_id`, `org_identity_id`, `comment`, `status`, `created`, `modified`) VALUES (7,299,NULL,NULL,NULL,'Reprovisioning 0 CoService record(s)','NT','2020-12-28 01:26:49','2020-12-28 01:26:49'); /*!40000 ALTER TABLE `cm_co_job_history_records` ENABLE KEYS */; UNLOCK TABLES; @@ -1291,7 +1498,7 @@ CREATE TABLE `cm_co_jobs` ( KEY `cm_co_jobs_i1` (`co_id`), KEY `cm_co_jobs_i2` (`job_type`,`job_type_fk`), KEY `cm_co_jobs_i3` (`co_id`,`job_type`,`job_type_fk`,`status`) -) ENGINE=InnoDB AUTO_INCREMENT=304 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; +) ENGINE=InnoDB AUTO_INCREMENT=307 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -1300,7 +1507,312 @@ CREATE TABLE `cm_co_jobs` ( LOCK TABLES `cm_co_jobs` WRITE; /*!40000 ALTER TABLE `cm_co_jobs` DISABLE KEYS */; -INSERT INTO `cm_co_jobs` VALUES (1,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-23 21:00:01','2020-12-23 21:00:01','2020-12-23 21:00:01',NULL,'2020-12-23 21:00:01','2020-12-23 21:00:01'),(2,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-23 21:00:01','2020-12-23 21:00:01','2020-12-23 21:00:01',NULL,'2020-12-23 21:00:01','2020-12-23 21:00:01'),(3,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-23 22:00:01','2020-12-23 22:00:01','2020-12-23 22:00:01',NULL,'2020-12-23 22:00:01','2020-12-23 22:00:01'),(4,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-23 22:00:01','2020-12-23 22:00:01','2020-12-23 22:00:01',NULL,'2020-12-23 22:00:01','2020-12-23 22:00:01'),(5,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-23 23:00:01','2020-12-23 23:00:01','2020-12-23 23:00:01',NULL,'2020-12-23 23:00:01','2020-12-23 23:00:01'),(6,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-23 23:00:01','2020-12-23 23:00:01','2020-12-23 23:00:01',NULL,'2020-12-23 23:00:01','2020-12-23 23:00:01'),(7,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 00:00:01','2020-12-24 00:00:01','2020-12-24 00:00:01',NULL,'2020-12-24 00:00:01','2020-12-24 00:00:01'),(8,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 00:00:01','2020-12-24 00:00:01','2020-12-24 00:00:01',NULL,'2020-12-24 00:00:01','2020-12-24 00:00:01'),(9,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 01:00:01','2020-12-24 01:00:01','2020-12-24 01:00:01',NULL,'2020-12-24 01:00:01','2020-12-24 01:00:01'),(10,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 01:00:01','2020-12-24 01:00:01','2020-12-24 01:00:01',NULL,'2020-12-24 01:00:01','2020-12-24 01:00:01'),(11,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 02:00:01','2020-12-24 02:00:01','2020-12-24 02:00:01',NULL,'2020-12-24 02:00:01','2020-12-24 02:00:01'),(12,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 02:00:01','2020-12-24 02:00:01','2020-12-24 02:00:01',NULL,'2020-12-24 02:00:01','2020-12-24 02:00:01'),(13,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 02:00:01','2020-12-24 02:00:01','2020-12-24 02:00:01',NULL,'2020-12-24 02:00:01','2020-12-24 02:00:01'),(14,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 03:00:01','2020-12-24 03:00:01','2020-12-24 03:00:01',NULL,'2020-12-24 03:00:01','2020-12-24 03:00:01'),(15,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 03:00:01','2020-12-24 03:00:01','2020-12-24 03:00:01',NULL,'2020-12-24 03:00:01','2020-12-24 03:00:01'),(16,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 03:00:01','2020-12-24 03:00:01','2020-12-24 03:00:01',NULL,'2020-12-24 03:00:01','2020-12-24 03:00:01'),(17,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 04:00:01','2020-12-24 04:00:01','2020-12-24 04:00:01',NULL,'2020-12-24 04:00:01','2020-12-24 04:00:01'),(18,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 04:00:01','2020-12-24 04:00:01','2020-12-24 04:00:01',NULL,'2020-12-24 04:00:01','2020-12-24 04:00:01'),(19,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 04:00:01','2020-12-24 04:00:01','2020-12-24 04:00:01',NULL,'2020-12-24 04:00:01','2020-12-24 04:00:01'),(20,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 05:00:01','2020-12-24 05:00:01','2020-12-24 05:00:01',NULL,'2020-12-24 05:00:01','2020-12-24 05:00:01'),(21,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 05:00:01','2020-12-24 05:00:01','2020-12-24 05:00:01',NULL,'2020-12-24 05:00:01','2020-12-24 05:00:01'),(22,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 05:00:01','2020-12-24 05:00:01','2020-12-24 05:00:01',NULL,'2020-12-24 05:00:01','2020-12-24 05:00:01'),(23,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 06:00:01','2020-12-24 06:00:01','2020-12-24 06:00:01',NULL,'2020-12-24 06:00:01','2020-12-24 06:00:01'),(24,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 06:00:01','2020-12-24 06:00:01','2020-12-24 06:00:01',NULL,'2020-12-24 06:00:01','2020-12-24 06:00:01'),(25,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 06:00:01','2020-12-24 06:00:01','2020-12-24 06:00:01',NULL,'2020-12-24 06:00:01','2020-12-24 06:00:01'),(26,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 07:00:01','2020-12-24 07:00:01','2020-12-24 07:00:01',NULL,'2020-12-24 07:00:01','2020-12-24 07:00:01'),(27,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 07:00:01','2020-12-24 07:00:01','2020-12-24 07:00:01',NULL,'2020-12-24 07:00:01','2020-12-24 07:00:01'),(28,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 07:00:01','2020-12-24 07:00:01','2020-12-24 07:00:01',NULL,'2020-12-24 07:00:01','2020-12-24 07:00:01'),(29,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 08:00:01','2020-12-24 08:00:01','2020-12-24 08:00:01',NULL,'2020-12-24 08:00:01','2020-12-24 08:00:01'),(30,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 08:00:01','2020-12-24 08:00:01','2020-12-24 08:00:01',NULL,'2020-12-24 08:00:01','2020-12-24 08:00:01'),(31,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 08:00:01','2020-12-24 08:00:01','2020-12-24 08:00:01',NULL,'2020-12-24 08:00:01','2020-12-24 08:00:01'),(32,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 09:00:01','2020-12-24 09:00:01','2020-12-24 09:00:01',NULL,'2020-12-24 09:00:01','2020-12-24 09:00:01'),(33,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 09:00:01','2020-12-24 09:00:01','2020-12-24 09:00:01',NULL,'2020-12-24 09:00:01','2020-12-24 09:00:01'),(34,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 09:00:01','2020-12-24 09:00:01','2020-12-24 09:00:01',NULL,'2020-12-24 09:00:01','2020-12-24 09:00:01'),(35,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 10:00:01','2020-12-24 10:00:01','2020-12-24 10:00:01',NULL,'2020-12-24 10:00:01','2020-12-24 10:00:01'),(36,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 10:00:01','2020-12-24 10:00:01','2020-12-24 10:00:01',NULL,'2020-12-24 10:00:01','2020-12-24 10:00:01'),(37,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 10:00:01','2020-12-24 10:00:01','2020-12-24 10:00:01',NULL,'2020-12-24 10:00:01','2020-12-24 10:00:01'),(38,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 11:00:01','2020-12-24 11:00:01','2020-12-24 11:00:01',NULL,'2020-12-24 11:00:01','2020-12-24 11:00:01'),(39,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 11:00:01','2020-12-24 11:00:01','2020-12-24 11:00:01',NULL,'2020-12-24 11:00:01','2020-12-24 11:00:01'),(40,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 11:00:01','2020-12-24 11:00:01','2020-12-24 11:00:01',NULL,'2020-12-24 11:00:01','2020-12-24 11:00:01'),(41,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 12:00:01','2020-12-24 12:00:01','2020-12-24 12:00:01',NULL,'2020-12-24 12:00:01','2020-12-24 12:00:01'),(42,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 12:00:01','2020-12-24 12:00:01','2020-12-24 12:00:01',NULL,'2020-12-24 12:00:01','2020-12-24 12:00:01'),(43,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 12:00:01','2020-12-24 12:00:01','2020-12-24 12:00:01',NULL,'2020-12-24 12:00:01','2020-12-24 12:00:01'),(44,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 13:00:01','2020-12-24 13:00:01','2020-12-24 13:00:01',NULL,'2020-12-24 13:00:01','2020-12-24 13:00:01'),(45,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 13:00:01','2020-12-24 13:00:01','2020-12-24 13:00:01',NULL,'2020-12-24 13:00:01','2020-12-24 13:00:01'),(46,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 13:00:01','2020-12-24 13:00:01','2020-12-24 13:00:01',NULL,'2020-12-24 13:00:01','2020-12-24 13:00:01'),(47,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 14:00:01','2020-12-24 14:00:01','2020-12-24 14:00:01',NULL,'2020-12-24 14:00:01','2020-12-24 14:00:01'),(48,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 14:00:01','2020-12-24 14:00:01','2020-12-24 14:00:01',NULL,'2020-12-24 14:00:01','2020-12-24 14:00:01'),(49,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 14:00:01','2020-12-24 14:00:01','2020-12-24 14:00:01',NULL,'2020-12-24 14:00:01','2020-12-24 14:00:01'),(50,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 15:00:01','2020-12-24 15:00:01','2020-12-24 15:00:01',NULL,'2020-12-24 15:00:01','2020-12-24 15:00:01'),(51,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 15:00:01','2020-12-24 15:00:01','2020-12-24 15:00:01',NULL,'2020-12-24 15:00:01','2020-12-24 15:00:01'),(52,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 15:00:01','2020-12-24 15:00:01','2020-12-24 15:00:01',NULL,'2020-12-24 15:00:01','2020-12-24 15:00:01'),(53,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 16:00:01','2020-12-24 16:00:01','2020-12-24 16:00:01',NULL,'2020-12-24 16:00:01','2020-12-24 16:00:01'),(54,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 16:00:01','2020-12-24 16:00:01','2020-12-24 16:00:01',NULL,'2020-12-24 16:00:01','2020-12-24 16:00:01'),(55,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 16:00:01','2020-12-24 16:00:01','2020-12-24 16:00:01',NULL,'2020-12-24 16:00:01','2020-12-24 16:00:01'),(56,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 17:00:01','2020-12-24 17:00:01','2020-12-24 17:00:01',NULL,'2020-12-24 17:00:01','2020-12-24 17:00:01'),(57,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 17:00:01','2020-12-24 17:00:01','2020-12-24 17:00:01',NULL,'2020-12-24 17:00:01','2020-12-24 17:00:01'),(58,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 17:00:01','2020-12-24 17:00:01','2020-12-24 17:00:01',NULL,'2020-12-24 17:00:01','2020-12-24 17:00:01'),(59,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 18:00:01','2020-12-24 18:00:01','2020-12-24 18:00:01',NULL,'2020-12-24 18:00:01','2020-12-24 18:00:01'),(60,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 18:00:01','2020-12-24 18:00:01','2020-12-24 18:00:01',NULL,'2020-12-24 18:00:01','2020-12-24 18:00:01'),(61,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 18:00:01','2020-12-24 18:00:01','2020-12-24 18:00:01',NULL,'2020-12-24 18:00:01','2020-12-24 18:00:01'),(62,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 19:00:01','2020-12-24 19:00:01','2020-12-24 19:00:01',NULL,'2020-12-24 19:00:01','2020-12-24 19:00:01'),(63,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 19:00:01','2020-12-24 19:00:01','2020-12-24 19:00:01',NULL,'2020-12-24 19:00:01','2020-12-24 19:00:01'),(64,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 19:00:01','2020-12-24 19:00:01','2020-12-24 19:00:01',NULL,'2020-12-24 19:00:01','2020-12-24 19:00:01'),(65,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 20:00:01','2020-12-24 20:00:01','2020-12-24 20:00:01',NULL,'2020-12-24 20:00:01','2020-12-24 20:00:01'),(66,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 20:00:01','2020-12-24 20:00:01','2020-12-24 20:00:01',NULL,'2020-12-24 20:00:01','2020-12-24 20:00:01'),(67,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 20:00:01','2020-12-24 20:00:01','2020-12-24 20:00:01',NULL,'2020-12-24 20:00:01','2020-12-24 20:00:01'),(68,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 21:00:01','2020-12-24 21:00:01','2020-12-24 21:00:01',NULL,'2020-12-24 21:00:01','2020-12-24 21:00:01'),(69,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 21:00:01','2020-12-24 21:00:01','2020-12-24 21:00:01',NULL,'2020-12-24 21:00:01','2020-12-24 21:00:01'),(70,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 21:00:01','2020-12-24 21:00:01','2020-12-24 21:00:01',NULL,'2020-12-24 21:00:01','2020-12-24 21:00:01'),(71,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 22:00:02','2020-12-24 22:00:02','2020-12-24 22:00:02',NULL,'2020-12-24 22:00:02','2020-12-24 22:00:02'),(72,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 22:00:02','2020-12-24 22:00:02','2020-12-24 22:00:02',NULL,'2020-12-24 22:00:02','2020-12-24 22:00:02'),(73,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 22:00:02','2020-12-24 22:00:02','2020-12-24 22:00:02',NULL,'2020-12-24 22:00:02','2020-12-24 22:00:02'),(74,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 23:00:01','2020-12-24 23:00:01','2020-12-24 23:00:01',NULL,'2020-12-24 23:00:01','2020-12-24 23:00:01'),(75,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 23:00:01','2020-12-24 23:00:01','2020-12-24 23:00:01',NULL,'2020-12-24 23:00:01','2020-12-24 23:00:01'),(76,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 23:00:01','2020-12-24 23:00:01','2020-12-24 23:00:01',NULL,'2020-12-24 23:00:01','2020-12-24 23:00:01'),(77,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 00:00:01','2020-12-25 00:00:01','2020-12-25 00:00:01',NULL,'2020-12-25 00:00:01','2020-12-25 00:00:01'),(78,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 00:00:01','2020-12-25 00:00:01','2020-12-25 00:00:01',NULL,'2020-12-25 00:00:01','2020-12-25 00:00:01'),(79,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 00:00:01','2020-12-25 00:00:01','2020-12-25 00:00:01',NULL,'2020-12-25 00:00:01','2020-12-25 00:00:01'),(80,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 01:00:02','2020-12-25 01:00:02','2020-12-25 01:00:02',NULL,'2020-12-25 01:00:02','2020-12-25 01:00:02'),(81,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 01:00:02','2020-12-25 01:00:02','2020-12-25 01:00:02',NULL,'2020-12-25 01:00:02','2020-12-25 01:00:02'),(82,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 01:00:02','2020-12-25 01:00:02','2020-12-25 01:00:02',NULL,'2020-12-25 01:00:02','2020-12-25 01:00:02'),(83,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 02:00:01','2020-12-25 02:00:01','2020-12-25 02:00:01',NULL,'2020-12-25 02:00:01','2020-12-25 02:00:01'),(84,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 02:00:01','2020-12-25 02:00:01','2020-12-25 02:00:01',NULL,'2020-12-25 02:00:01','2020-12-25 02:00:01'),(85,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 02:00:01','2020-12-25 02:00:01','2020-12-25 02:00:01',NULL,'2020-12-25 02:00:01','2020-12-25 02:00:01'),(86,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 03:00:01','2020-12-25 03:00:01','2020-12-25 03:00:01',NULL,'2020-12-25 03:00:01','2020-12-25 03:00:01'),(87,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 03:00:01','2020-12-25 03:00:01','2020-12-25 03:00:01',NULL,'2020-12-25 03:00:01','2020-12-25 03:00:01'),(88,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 03:00:01','2020-12-25 03:00:01','2020-12-25 03:00:01',NULL,'2020-12-25 03:00:01','2020-12-25 03:00:01'),(89,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 04:00:01','2020-12-25 04:00:01','2020-12-25 04:00:01',NULL,'2020-12-25 04:00:01','2020-12-25 04:00:01'),(90,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 04:00:01','2020-12-25 04:00:01','2020-12-25 04:00:01',NULL,'2020-12-25 04:00:01','2020-12-25 04:00:01'),(91,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 04:00:01','2020-12-25 04:00:01','2020-12-25 04:00:01',NULL,'2020-12-25 04:00:01','2020-12-25 04:00:01'),(92,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 05:00:01','2020-12-25 05:00:01','2020-12-25 05:00:01',NULL,'2020-12-25 05:00:01','2020-12-25 05:00:01'),(93,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 05:00:01','2020-12-25 05:00:01','2020-12-25 05:00:01',NULL,'2020-12-25 05:00:01','2020-12-25 05:00:01'),(94,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 05:00:01','2020-12-25 05:00:01','2020-12-25 05:00:01',NULL,'2020-12-25 05:00:01','2020-12-25 05:00:01'),(95,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 06:00:01','2020-12-25 06:00:01','2020-12-25 06:00:01',NULL,'2020-12-25 06:00:01','2020-12-25 06:00:01'),(96,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 06:00:01','2020-12-25 06:00:01','2020-12-25 06:00:01',NULL,'2020-12-25 06:00:01','2020-12-25 06:00:01'),(97,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 06:00:01','2020-12-25 06:00:01','2020-12-25 06:00:01',NULL,'2020-12-25 06:00:01','2020-12-25 06:00:01'),(98,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 07:00:01','2020-12-25 07:00:01','2020-12-25 07:00:01',NULL,'2020-12-25 07:00:01','2020-12-25 07:00:01'),(99,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 07:00:01','2020-12-25 07:00:01','2020-12-25 07:00:01',NULL,'2020-12-25 07:00:01','2020-12-25 07:00:01'),(100,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 07:00:01','2020-12-25 07:00:01','2020-12-25 07:00:01',NULL,'2020-12-25 07:00:01','2020-12-25 07:00:01'),(101,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 08:00:01','2020-12-25 08:00:01','2020-12-25 08:00:01',NULL,'2020-12-25 08:00:01','2020-12-25 08:00:01'),(102,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 08:00:02','2020-12-25 08:00:02','2020-12-25 08:00:02',NULL,'2020-12-25 08:00:02','2020-12-25 08:00:02'),(103,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 08:00:02','2020-12-25 08:00:02','2020-12-25 08:00:02',NULL,'2020-12-25 08:00:02','2020-12-25 08:00:02'),(104,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 09:00:01','2020-12-25 09:00:01','2020-12-25 09:00:01',NULL,'2020-12-25 09:00:01','2020-12-25 09:00:01'),(105,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 09:00:01','2020-12-25 09:00:01','2020-12-25 09:00:01',NULL,'2020-12-25 09:00:01','2020-12-25 09:00:01'),(106,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 09:00:01','2020-12-25 09:00:01','2020-12-25 09:00:01',NULL,'2020-12-25 09:00:01','2020-12-25 09:00:01'),(107,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 10:00:01','2020-12-25 10:00:01','2020-12-25 10:00:01',NULL,'2020-12-25 10:00:01','2020-12-25 10:00:01'),(108,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 10:00:01','2020-12-25 10:00:01','2020-12-25 10:00:01',NULL,'2020-12-25 10:00:01','2020-12-25 10:00:01'),(109,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 10:00:01','2020-12-25 10:00:01','2020-12-25 10:00:01',NULL,'2020-12-25 10:00:01','2020-12-25 10:00:01'),(110,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 11:00:01','2020-12-25 11:00:01','2020-12-25 11:00:01',NULL,'2020-12-25 11:00:01','2020-12-25 11:00:01'),(111,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 11:00:01','2020-12-25 11:00:01','2020-12-25 11:00:01',NULL,'2020-12-25 11:00:01','2020-12-25 11:00:01'),(112,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 11:00:01','2020-12-25 11:00:01','2020-12-25 11:00:01',NULL,'2020-12-25 11:00:01','2020-12-25 11:00:01'),(113,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 12:00:01','2020-12-25 12:00:01','2020-12-25 12:00:01',NULL,'2020-12-25 12:00:01','2020-12-25 12:00:01'),(114,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 12:00:01','2020-12-25 12:00:01','2020-12-25 12:00:01',NULL,'2020-12-25 12:00:01','2020-12-25 12:00:01'),(115,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 12:00:01','2020-12-25 12:00:01','2020-12-25 12:00:01',NULL,'2020-12-25 12:00:01','2020-12-25 12:00:01'),(116,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 13:00:01','2020-12-25 13:00:01','2020-12-25 13:00:01',NULL,'2020-12-25 13:00:01','2020-12-25 13:00:01'),(117,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 13:00:01','2020-12-25 13:00:01','2020-12-25 13:00:01',NULL,'2020-12-25 13:00:01','2020-12-25 13:00:01'),(118,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 13:00:01','2020-12-25 13:00:01','2020-12-25 13:00:01',NULL,'2020-12-25 13:00:01','2020-12-25 13:00:01'),(119,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 14:00:01','2020-12-25 14:00:01','2020-12-25 14:00:01',NULL,'2020-12-25 14:00:01','2020-12-25 14:00:01'),(120,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 14:00:01','2020-12-25 14:00:01','2020-12-25 14:00:01',NULL,'2020-12-25 14:00:01','2020-12-25 14:00:01'),(121,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 14:00:01','2020-12-25 14:00:01','2020-12-25 14:00:01',NULL,'2020-12-25 14:00:01','2020-12-25 14:00:01'),(122,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 15:00:01','2020-12-25 15:00:01','2020-12-25 15:00:01',NULL,'2020-12-25 15:00:01','2020-12-25 15:00:01'),(123,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 15:00:01','2020-12-25 15:00:01','2020-12-25 15:00:01',NULL,'2020-12-25 15:00:01','2020-12-25 15:00:01'),(124,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 15:00:01','2020-12-25 15:00:01','2020-12-25 15:00:01',NULL,'2020-12-25 15:00:01','2020-12-25 15:00:01'),(125,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 16:00:01','2020-12-25 16:00:01','2020-12-25 16:00:01',NULL,'2020-12-25 16:00:01','2020-12-25 16:00:01'),(126,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 16:00:01','2020-12-25 16:00:01','2020-12-25 16:00:01',NULL,'2020-12-25 16:00:01','2020-12-25 16:00:01'),(127,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 16:00:01','2020-12-25 16:00:01','2020-12-25 16:00:01',NULL,'2020-12-25 16:00:01','2020-12-25 16:00:01'),(128,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 17:00:01','2020-12-25 17:00:01','2020-12-25 17:00:01',NULL,'2020-12-25 17:00:01','2020-12-25 17:00:01'),(129,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 17:00:01','2020-12-25 17:00:01','2020-12-25 17:00:01',NULL,'2020-12-25 17:00:01','2020-12-25 17:00:01'),(130,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 17:00:01','2020-12-25 17:00:01','2020-12-25 17:00:01',NULL,'2020-12-25 17:00:01','2020-12-25 17:00:01'),(131,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 18:00:01','2020-12-25 18:00:01','2020-12-25 18:00:01',NULL,'2020-12-25 18:00:01','2020-12-25 18:00:01'),(132,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 18:00:01','2020-12-25 18:00:01','2020-12-25 18:00:01',NULL,'2020-12-25 18:00:01','2020-12-25 18:00:01'),(133,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 18:00:01','2020-12-25 18:00:01','2020-12-25 18:00:01',NULL,'2020-12-25 18:00:01','2020-12-25 18:00:01'),(134,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 19:00:01','2020-12-25 19:00:01','2020-12-25 19:00:01',NULL,'2020-12-25 19:00:01','2020-12-25 19:00:01'),(135,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 19:00:01','2020-12-25 19:00:01','2020-12-25 19:00:01',NULL,'2020-12-25 19:00:01','2020-12-25 19:00:01'),(136,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 19:00:01','2020-12-25 19:00:01','2020-12-25 19:00:01',NULL,'2020-12-25 19:00:01','2020-12-25 19:00:01'),(137,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 20:00:01','2020-12-25 20:00:01','2020-12-25 20:00:01',NULL,'2020-12-25 20:00:01','2020-12-25 20:00:01'),(138,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 20:00:01','2020-12-25 20:00:01','2020-12-25 20:00:01',NULL,'2020-12-25 20:00:01','2020-12-25 20:00:01'),(139,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 20:00:01','2020-12-25 20:00:01','2020-12-25 20:00:01',NULL,'2020-12-25 20:00:01','2020-12-25 20:00:01'),(140,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 21:00:01','2020-12-25 21:00:01','2020-12-25 21:00:01',NULL,'2020-12-25 21:00:01','2020-12-25 21:00:01'),(141,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 21:00:01','2020-12-25 21:00:01','2020-12-25 21:00:01',NULL,'2020-12-25 21:00:01','2020-12-25 21:00:01'),(142,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 21:00:01','2020-12-25 21:00:01','2020-12-25 21:00:01',NULL,'2020-12-25 21:00:01','2020-12-25 21:00:01'),(143,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 22:00:01','2020-12-25 22:00:01','2020-12-25 22:00:01',NULL,'2020-12-25 22:00:01','2020-12-25 22:00:01'),(144,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 22:00:01','2020-12-25 22:00:01','2020-12-25 22:00:01',NULL,'2020-12-25 22:00:01','2020-12-25 22:00:01'),(145,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 22:00:01','2020-12-25 22:00:01','2020-12-25 22:00:01',NULL,'2020-12-25 22:00:01','2020-12-25 22:00:01'),(146,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 23:00:01','2020-12-25 23:00:01','2020-12-25 23:00:01',NULL,'2020-12-25 23:00:01','2020-12-25 23:00:01'),(147,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 23:00:01','2020-12-25 23:00:01','2020-12-25 23:00:01',NULL,'2020-12-25 23:00:01','2020-12-25 23:00:01'),(148,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 23:00:01','2020-12-25 23:00:01','2020-12-25 23:00:01',NULL,'2020-12-25 23:00:01','2020-12-25 23:00:01'),(149,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 00:00:01','2020-12-26 00:00:01','2020-12-26 00:00:01',NULL,'2020-12-26 00:00:01','2020-12-26 00:00:01'),(150,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 00:00:01','2020-12-26 00:00:01','2020-12-26 00:00:01',NULL,'2020-12-26 00:00:01','2020-12-26 00:00:01'),(151,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 00:00:01','2020-12-26 00:00:01','2020-12-26 00:00:01',NULL,'2020-12-26 00:00:01','2020-12-26 00:00:01'),(152,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 01:00:01','2020-12-26 01:00:01','2020-12-26 01:00:01',NULL,'2020-12-26 01:00:01','2020-12-26 01:00:01'),(153,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 01:00:01','2020-12-26 01:00:01','2020-12-26 01:00:01',NULL,'2020-12-26 01:00:01','2020-12-26 01:00:01'),(154,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 01:00:01','2020-12-26 01:00:01','2020-12-26 01:00:01',NULL,'2020-12-26 01:00:01','2020-12-26 01:00:01'),(155,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 02:00:01','2020-12-26 02:00:01','2020-12-26 02:00:01',NULL,'2020-12-26 02:00:01','2020-12-26 02:00:01'),(156,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 02:00:01','2020-12-26 02:00:01','2020-12-26 02:00:01',NULL,'2020-12-26 02:00:01','2020-12-26 02:00:01'),(157,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 02:00:01','2020-12-26 02:00:01','2020-12-26 02:00:01',NULL,'2020-12-26 02:00:01','2020-12-26 02:00:01'),(158,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 03:00:02','2020-12-26 03:00:02','2020-12-26 03:00:02',NULL,'2020-12-26 03:00:02','2020-12-26 03:00:02'),(159,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 03:00:02','2020-12-26 03:00:02','2020-12-26 03:00:02',NULL,'2020-12-26 03:00:02','2020-12-26 03:00:02'),(160,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 03:00:02','2020-12-26 03:00:02','2020-12-26 03:00:02',NULL,'2020-12-26 03:00:02','2020-12-26 03:00:02'),(161,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 04:00:01','2020-12-26 04:00:01','2020-12-26 04:00:01',NULL,'2020-12-26 04:00:01','2020-12-26 04:00:01'),(162,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 04:00:01','2020-12-26 04:00:01','2020-12-26 04:00:01',NULL,'2020-12-26 04:00:01','2020-12-26 04:00:01'),(163,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 04:00:01','2020-12-26 04:00:01','2020-12-26 04:00:01',NULL,'2020-12-26 04:00:01','2020-12-26 04:00:01'),(164,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 05:00:01','2020-12-26 05:00:01','2020-12-26 05:00:01',NULL,'2020-12-26 05:00:01','2020-12-26 05:00:01'),(165,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 05:00:01','2020-12-26 05:00:01','2020-12-26 05:00:01',NULL,'2020-12-26 05:00:01','2020-12-26 05:00:01'),(166,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 05:00:01','2020-12-26 05:00:01','2020-12-26 05:00:01',NULL,'2020-12-26 05:00:01','2020-12-26 05:00:01'),(167,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 06:00:01','2020-12-26 06:00:01','2020-12-26 06:00:01',NULL,'2020-12-26 06:00:01','2020-12-26 06:00:01'),(168,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 06:00:01','2020-12-26 06:00:01','2020-12-26 06:00:01',NULL,'2020-12-26 06:00:01','2020-12-26 06:00:01'),(169,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 06:00:01','2020-12-26 06:00:01','2020-12-26 06:00:01',NULL,'2020-12-26 06:00:01','2020-12-26 06:00:01'),(170,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 07:00:01','2020-12-26 07:00:01','2020-12-26 07:00:01',NULL,'2020-12-26 07:00:01','2020-12-26 07:00:01'),(171,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 07:00:01','2020-12-26 07:00:01','2020-12-26 07:00:01',NULL,'2020-12-26 07:00:01','2020-12-26 07:00:01'),(172,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 07:00:01','2020-12-26 07:00:01','2020-12-26 07:00:01',NULL,'2020-12-26 07:00:01','2020-12-26 07:00:01'),(173,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 08:00:01','2020-12-26 08:00:01','2020-12-26 08:00:01',NULL,'2020-12-26 08:00:01','2020-12-26 08:00:01'),(174,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 08:00:01','2020-12-26 08:00:01','2020-12-26 08:00:01',NULL,'2020-12-26 08:00:01','2020-12-26 08:00:01'),(175,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 08:00:01','2020-12-26 08:00:01','2020-12-26 08:00:01',NULL,'2020-12-26 08:00:01','2020-12-26 08:00:01'),(176,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 09:00:01','2020-12-26 09:00:01','2020-12-26 09:00:01',NULL,'2020-12-26 09:00:01','2020-12-26 09:00:01'),(177,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 09:00:01','2020-12-26 09:00:01','2020-12-26 09:00:01',NULL,'2020-12-26 09:00:01','2020-12-26 09:00:01'),(178,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 09:00:01','2020-12-26 09:00:01','2020-12-26 09:00:01',NULL,'2020-12-26 09:00:01','2020-12-26 09:00:01'),(179,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 10:00:01','2020-12-26 10:00:01','2020-12-26 10:00:01',NULL,'2020-12-26 10:00:01','2020-12-26 10:00:01'),(180,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 10:00:01','2020-12-26 10:00:01','2020-12-26 10:00:01',NULL,'2020-12-26 10:00:01','2020-12-26 10:00:01'),(181,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 10:00:01','2020-12-26 10:00:01','2020-12-26 10:00:01',NULL,'2020-12-26 10:00:01','2020-12-26 10:00:01'),(182,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 11:00:01','2020-12-26 11:00:01','2020-12-26 11:00:01',NULL,'2020-12-26 11:00:01','2020-12-26 11:00:01'),(183,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 11:00:01','2020-12-26 11:00:01','2020-12-26 11:00:01',NULL,'2020-12-26 11:00:01','2020-12-26 11:00:01'),(184,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 11:00:01','2020-12-26 11:00:01','2020-12-26 11:00:01',NULL,'2020-12-26 11:00:01','2020-12-26 11:00:01'),(185,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 12:00:01','2020-12-26 12:00:01','2020-12-26 12:00:01',NULL,'2020-12-26 12:00:01','2020-12-26 12:00:01'),(186,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 12:00:01','2020-12-26 12:00:01','2020-12-26 12:00:01',NULL,'2020-12-26 12:00:01','2020-12-26 12:00:01'),(187,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 12:00:01','2020-12-26 12:00:01','2020-12-26 12:00:01',NULL,'2020-12-26 12:00:01','2020-12-26 12:00:01'),(188,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 13:00:01','2020-12-26 13:00:01','2020-12-26 13:00:01',NULL,'2020-12-26 13:00:01','2020-12-26 13:00:01'),(189,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 13:00:01','2020-12-26 13:00:01','2020-12-26 13:00:01',NULL,'2020-12-26 13:00:01','2020-12-26 13:00:01'),(190,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 13:00:01','2020-12-26 13:00:01','2020-12-26 13:00:01',NULL,'2020-12-26 13:00:01','2020-12-26 13:00:01'),(191,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 14:00:02','2020-12-26 14:00:02','2020-12-26 14:00:02',NULL,'2020-12-26 14:00:02','2020-12-26 14:00:02'),(192,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 14:00:02','2020-12-26 14:00:02','2020-12-26 14:00:02',NULL,'2020-12-26 14:00:02','2020-12-26 14:00:02'),(193,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 14:00:02','2020-12-26 14:00:02','2020-12-26 14:00:02',NULL,'2020-12-26 14:00:02','2020-12-26 14:00:02'),(194,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 15:00:01','2020-12-26 15:00:01','2020-12-26 15:00:01',NULL,'2020-12-26 15:00:01','2020-12-26 15:00:01'),(195,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 15:00:01','2020-12-26 15:00:01','2020-12-26 15:00:01',NULL,'2020-12-26 15:00:01','2020-12-26 15:00:01'),(196,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 15:00:01','2020-12-26 15:00:01','2020-12-26 15:00:01',NULL,'2020-12-26 15:00:01','2020-12-26 15:00:01'),(197,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 16:00:01','2020-12-26 16:00:01','2020-12-26 16:00:01',NULL,'2020-12-26 16:00:01','2020-12-26 16:00:01'),(198,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 16:00:01','2020-12-26 16:00:01','2020-12-26 16:00:01',NULL,'2020-12-26 16:00:01','2020-12-26 16:00:01'),(199,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 16:00:01','2020-12-26 16:00:01','2020-12-26 16:00:01',NULL,'2020-12-26 16:00:01','2020-12-26 16:00:01'),(200,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 17:00:01','2020-12-26 17:00:01','2020-12-26 17:00:01',NULL,'2020-12-26 17:00:01','2020-12-26 17:00:01'),(201,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 17:00:01','2020-12-26 17:00:01','2020-12-26 17:00:01',NULL,'2020-12-26 17:00:01','2020-12-26 17:00:01'),(202,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 17:00:01','2020-12-26 17:00:01','2020-12-26 17:00:01',NULL,'2020-12-26 17:00:01','2020-12-26 17:00:01'),(203,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 18:00:01','2020-12-26 18:00:01','2020-12-26 18:00:01',NULL,'2020-12-26 18:00:01','2020-12-26 18:00:01'),(204,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 18:00:01','2020-12-26 18:00:01','2020-12-26 18:00:01',NULL,'2020-12-26 18:00:01','2020-12-26 18:00:01'),(205,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 18:00:01','2020-12-26 18:00:01','2020-12-26 18:00:01',NULL,'2020-12-26 18:00:01','2020-12-26 18:00:01'),(206,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 19:00:01','2020-12-26 19:00:01','2020-12-26 19:00:01',NULL,'2020-12-26 19:00:01','2020-12-26 19:00:01'),(207,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 19:00:01','2020-12-26 19:00:01','2020-12-26 19:00:01',NULL,'2020-12-26 19:00:01','2020-12-26 19:00:01'),(208,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 19:00:01','2020-12-26 19:00:01','2020-12-26 19:00:01',NULL,'2020-12-26 19:00:01','2020-12-26 19:00:01'),(209,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 20:00:01','2020-12-26 20:00:01','2020-12-26 20:00:01',NULL,'2020-12-26 20:00:01','2020-12-26 20:00:01'),(210,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 20:00:01','2020-12-26 20:00:01','2020-12-26 20:00:01',NULL,'2020-12-26 20:00:01','2020-12-26 20:00:01'),(211,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 20:00:01','2020-12-26 20:00:01','2020-12-26 20:00:01',NULL,'2020-12-26 20:00:01','2020-12-26 20:00:01'),(212,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 21:00:01','2020-12-26 21:00:01','2020-12-26 21:00:01',NULL,'2020-12-26 21:00:01','2020-12-26 21:00:01'),(213,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 21:00:01','2020-12-26 21:00:01','2020-12-26 21:00:01',NULL,'2020-12-26 21:00:01','2020-12-26 21:00:01'),(214,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 21:00:01','2020-12-26 21:00:01','2020-12-26 21:00:01',NULL,'2020-12-26 21:00:01','2020-12-26 21:00:01'),(215,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 22:00:01','2020-12-26 22:00:01','2020-12-26 22:00:01',NULL,'2020-12-26 22:00:01','2020-12-26 22:00:01'),(216,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 22:00:01','2020-12-26 22:00:01','2020-12-26 22:00:01',NULL,'2020-12-26 22:00:01','2020-12-26 22:00:01'),(217,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 22:00:01','2020-12-26 22:00:01','2020-12-26 22:00:01',NULL,'2020-12-26 22:00:01','2020-12-26 22:00:01'),(218,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 23:00:01','2020-12-26 23:00:01','2020-12-26 23:00:01',NULL,'2020-12-26 23:00:01','2020-12-26 23:00:01'),(219,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 23:00:01','2020-12-26 23:00:01','2020-12-26 23:00:01',NULL,'2020-12-26 23:00:01','2020-12-26 23:00:01'),(220,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 23:00:01','2020-12-26 23:00:01','2020-12-26 23:00:01',NULL,'2020-12-26 23:00:01','2020-12-26 23:00:01'),(221,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 00:00:01','2020-12-27 00:00:01','2020-12-27 00:00:01',NULL,'2020-12-27 00:00:01','2020-12-27 00:00:01'),(222,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 00:00:01','2020-12-27 00:00:01','2020-12-27 00:00:01',NULL,'2020-12-27 00:00:01','2020-12-27 00:00:01'),(223,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 00:00:01','2020-12-27 00:00:01','2020-12-27 00:00:01',NULL,'2020-12-27 00:00:01','2020-12-27 00:00:01'),(224,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 01:00:01','2020-12-27 01:00:01','2020-12-27 01:00:01',NULL,'2020-12-27 01:00:01','2020-12-27 01:00:01'),(225,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 01:00:01','2020-12-27 01:00:01','2020-12-27 01:00:01',NULL,'2020-12-27 01:00:01','2020-12-27 01:00:01'),(226,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 01:00:01','2020-12-27 01:00:02','2020-12-27 01:00:02',NULL,'2020-12-27 01:00:01','2020-12-27 01:00:02'),(227,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 02:00:01','2020-12-27 02:00:01','2020-12-27 02:00:01',NULL,'2020-12-27 02:00:01','2020-12-27 02:00:01'),(228,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 02:00:01','2020-12-27 02:00:01','2020-12-27 02:00:01',NULL,'2020-12-27 02:00:01','2020-12-27 02:00:01'),(229,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 02:00:01','2020-12-27 02:00:01','2020-12-27 02:00:01',NULL,'2020-12-27 02:00:01','2020-12-27 02:00:01'),(230,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 03:00:02','2020-12-27 03:00:02','2020-12-27 03:00:02',NULL,'2020-12-27 03:00:02','2020-12-27 03:00:02'),(231,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 03:00:02','2020-12-27 03:00:02','2020-12-27 03:00:02',NULL,'2020-12-27 03:00:02','2020-12-27 03:00:02'),(232,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 03:00:02','2020-12-27 03:00:02','2020-12-27 03:00:02',NULL,'2020-12-27 03:00:02','2020-12-27 03:00:02'),(233,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 04:00:01','2020-12-27 04:00:01','2020-12-27 04:00:01',NULL,'2020-12-27 04:00:01','2020-12-27 04:00:01'),(234,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 04:00:01','2020-12-27 04:00:01','2020-12-27 04:00:01',NULL,'2020-12-27 04:00:01','2020-12-27 04:00:01'),(235,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 04:00:01','2020-12-27 04:00:01','2020-12-27 04:00:01',NULL,'2020-12-27 04:00:01','2020-12-27 04:00:01'),(236,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 05:00:02','2020-12-27 05:00:02','2020-12-27 05:00:02',NULL,'2020-12-27 05:00:02','2020-12-27 05:00:02'),(237,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 05:00:02','2020-12-27 05:00:02','2020-12-27 05:00:02',NULL,'2020-12-27 05:00:02','2020-12-27 05:00:02'),(238,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 05:00:02','2020-12-27 05:00:02','2020-12-27 05:00:02',NULL,'2020-12-27 05:00:02','2020-12-27 05:00:02'),(239,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 06:00:01','2020-12-27 06:00:01','2020-12-27 06:00:01',NULL,'2020-12-27 06:00:01','2020-12-27 06:00:01'),(240,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 06:00:01','2020-12-27 06:00:01','2020-12-27 06:00:01',NULL,'2020-12-27 06:00:01','2020-12-27 06:00:01'),(241,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 06:00:01','2020-12-27 06:00:01','2020-12-27 06:00:01',NULL,'2020-12-27 06:00:01','2020-12-27 06:00:01'),(242,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 07:00:01','2020-12-27 07:00:01','2020-12-27 07:00:01',NULL,'2020-12-27 07:00:01','2020-12-27 07:00:01'),(243,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 07:00:01','2020-12-27 07:00:01','2020-12-27 07:00:01',NULL,'2020-12-27 07:00:01','2020-12-27 07:00:01'),(244,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 07:00:01','2020-12-27 07:00:01','2020-12-27 07:00:01',NULL,'2020-12-27 07:00:01','2020-12-27 07:00:01'),(245,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 08:00:01','2020-12-27 08:00:01','2020-12-27 08:00:01',NULL,'2020-12-27 08:00:01','2020-12-27 08:00:01'),(246,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 08:00:01','2020-12-27 08:00:01','2020-12-27 08:00:01',NULL,'2020-12-27 08:00:01','2020-12-27 08:00:01'),(247,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 08:00:01','2020-12-27 08:00:01','2020-12-27 08:00:01',NULL,'2020-12-27 08:00:01','2020-12-27 08:00:01'),(248,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 09:00:01','2020-12-27 09:00:01','2020-12-27 09:00:01',NULL,'2020-12-27 09:00:01','2020-12-27 09:00:01'),(249,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 09:00:01','2020-12-27 09:00:01','2020-12-27 09:00:01',NULL,'2020-12-27 09:00:01','2020-12-27 09:00:01'),(250,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 09:00:01','2020-12-27 09:00:01','2020-12-27 09:00:01',NULL,'2020-12-27 09:00:01','2020-12-27 09:00:01'),(251,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 10:00:01','2020-12-27 10:00:01','2020-12-27 10:00:01',NULL,'2020-12-27 10:00:01','2020-12-27 10:00:01'),(252,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 10:00:01','2020-12-27 10:00:01','2020-12-27 10:00:01',NULL,'2020-12-27 10:00:01','2020-12-27 10:00:01'),(253,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 10:00:01','2020-12-27 10:00:01','2020-12-27 10:00:01',NULL,'2020-12-27 10:00:01','2020-12-27 10:00:01'),(254,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 11:00:01','2020-12-27 11:00:01','2020-12-27 11:00:01',NULL,'2020-12-27 11:00:01','2020-12-27 11:00:01'),(255,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 11:00:01','2020-12-27 11:00:01','2020-12-27 11:00:01',NULL,'2020-12-27 11:00:01','2020-12-27 11:00:01'),(256,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 11:00:01','2020-12-27 11:00:01','2020-12-27 11:00:01',NULL,'2020-12-27 11:00:01','2020-12-27 11:00:01'),(257,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 12:00:01','2020-12-27 12:00:01','2020-12-27 12:00:01',NULL,'2020-12-27 12:00:01','2020-12-27 12:00:01'),(258,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 12:00:01','2020-12-27 12:00:01','2020-12-27 12:00:01',NULL,'2020-12-27 12:00:01','2020-12-27 12:00:01'),(259,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 12:00:01','2020-12-27 12:00:01','2020-12-27 12:00:01',NULL,'2020-12-27 12:00:01','2020-12-27 12:00:01'),(260,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 13:00:01','2020-12-27 13:00:01','2020-12-27 13:00:01',NULL,'2020-12-27 13:00:01','2020-12-27 13:00:01'),(261,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 13:00:01','2020-12-27 13:00:01','2020-12-27 13:00:01',NULL,'2020-12-27 13:00:01','2020-12-27 13:00:01'),(262,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 13:00:01','2020-12-27 13:00:01','2020-12-27 13:00:01',NULL,'2020-12-27 13:00:01','2020-12-27 13:00:01'),(263,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 14:00:01','2020-12-27 14:00:01','2020-12-27 14:00:01',NULL,'2020-12-27 14:00:01','2020-12-27 14:00:01'),(264,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 14:00:01','2020-12-27 14:00:01','2020-12-27 14:00:01',NULL,'2020-12-27 14:00:01','2020-12-27 14:00:01'),(265,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 14:00:01','2020-12-27 14:00:01','2020-12-27 14:00:01',NULL,'2020-12-27 14:00:01','2020-12-27 14:00:01'),(266,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 15:00:01','2020-12-27 15:00:01','2020-12-27 15:00:01',NULL,'2020-12-27 15:00:01','2020-12-27 15:00:01'),(267,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 15:00:01','2020-12-27 15:00:01','2020-12-27 15:00:01',NULL,'2020-12-27 15:00:01','2020-12-27 15:00:01'),(268,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 15:00:01','2020-12-27 15:00:01','2020-12-27 15:00:01',NULL,'2020-12-27 15:00:01','2020-12-27 15:00:01'),(269,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 16:00:01','2020-12-27 16:00:01','2020-12-27 16:00:01',NULL,'2020-12-27 16:00:01','2020-12-27 16:00:01'),(270,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 16:00:01','2020-12-27 16:00:01','2020-12-27 16:00:01',NULL,'2020-12-27 16:00:01','2020-12-27 16:00:01'),(271,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 16:00:01','2020-12-27 16:00:01','2020-12-27 16:00:01',NULL,'2020-12-27 16:00:01','2020-12-27 16:00:01'),(272,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 17:00:01','2020-12-27 17:00:01','2020-12-27 17:00:01',NULL,'2020-12-27 17:00:01','2020-12-27 17:00:01'),(273,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 17:00:01','2020-12-27 17:00:01','2020-12-27 17:00:01',NULL,'2020-12-27 17:00:01','2020-12-27 17:00:01'),(274,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 17:00:01','2020-12-27 17:00:01','2020-12-27 17:00:01',NULL,'2020-12-27 17:00:01','2020-12-27 17:00:01'),(275,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 18:00:01','2020-12-27 18:00:01','2020-12-27 18:00:01',NULL,'2020-12-27 18:00:01','2020-12-27 18:00:01'),(276,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 18:00:02','2020-12-27 18:00:02','2020-12-27 18:00:02',NULL,'2020-12-27 18:00:02','2020-12-27 18:00:02'),(277,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 18:00:02','2020-12-27 18:00:02','2020-12-27 18:00:02',NULL,'2020-12-27 18:00:02','2020-12-27 18:00:02'),(278,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 19:00:01','2020-12-27 19:00:01','2020-12-27 19:00:01',NULL,'2020-12-27 19:00:01','2020-12-27 19:00:01'),(279,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 19:00:01','2020-12-27 19:00:01','2020-12-27 19:00:01',NULL,'2020-12-27 19:00:01','2020-12-27 19:00:01'),(280,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 19:00:01','2020-12-27 19:00:01','2020-12-27 19:00:01',NULL,'2020-12-27 19:00:01','2020-12-27 19:00:01'),(281,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 20:00:01','2020-12-27 20:00:01','2020-12-27 20:00:01',NULL,'2020-12-27 20:00:01','2020-12-27 20:00:01'),(282,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 20:00:01','2020-12-27 20:00:01','2020-12-27 20:00:01',NULL,'2020-12-27 20:00:01','2020-12-27 20:00:01'),(283,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 20:00:01','2020-12-27 20:00:01','2020-12-27 20:00:01',NULL,'2020-12-27 20:00:01','2020-12-27 20:00:01'),(284,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 21:00:01','2020-12-27 21:00:01','2020-12-27 21:00:01',NULL,'2020-12-27 21:00:01','2020-12-27 21:00:01'),(285,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 21:00:01','2020-12-27 21:00:01','2020-12-27 21:00:01',NULL,'2020-12-27 21:00:01','2020-12-27 21:00:01'),(286,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 21:00:01','2020-12-27 21:00:01','2020-12-27 21:00:01',NULL,'2020-12-27 21:00:01','2020-12-27 21:00:01'),(287,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 22:00:01','2020-12-27 22:00:01','2020-12-27 22:00:01',NULL,'2020-12-27 22:00:01','2020-12-27 22:00:01'),(288,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 22:00:01','2020-12-27 22:00:01','2020-12-27 22:00:01',NULL,'2020-12-27 22:00:01','2020-12-27 22:00:01'),(289,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 22:00:01','2020-12-27 22:00:01','2020-12-27 22:00:01',NULL,'2020-12-27 22:00:01','2020-12-27 22:00:01'),(290,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 23:00:01','2020-12-27 23:00:01','2020-12-27 23:00:01',NULL,'2020-12-27 23:00:01','2020-12-27 23:00:01'),(291,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 23:00:01','2020-12-27 23:00:01','2020-12-27 23:00:01',NULL,'2020-12-27 23:00:01','2020-12-27 23:00:01'),(292,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 23:00:02','2020-12-27 23:00:02','2020-12-27 23:00:02',NULL,'2020-12-27 23:00:02','2020-12-27 23:00:02'),(293,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 00:00:01','2020-12-28 00:00:01','2020-12-28 00:00:01',NULL,'2020-12-28 00:00:01','2020-12-28 00:00:01'),(294,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 00:00:01','2020-12-28 00:00:01','2020-12-28 00:00:01',NULL,'2020-12-28 00:00:01','2020-12-28 00:00:01'),(295,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 00:00:01','2020-12-28 00:00:01','2020-12-28 00:00:01',NULL,'2020-12-28 00:00:01','2020-12-28 00:00:01'),(296,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 01:00:01','2020-12-28 01:00:01','2020-12-28 01:00:01',NULL,'2020-12-28 01:00:01','2020-12-28 01:00:01'),(297,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 01:00:01','2020-12-28 01:00:01','2020-12-28 01:00:01',NULL,'2020-12-28 01:00:01','2020-12-28 01:00:01'),(298,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 01:00:01','2020-12-28 01:00:01','2020-12-28 01:00:01',NULL,'2020-12-28 01:00:01','2020-12-28 01:00:01'),(299,3,'Provisioner',2,'All','{\"co_provisioning_target_id\":\"2\",\"record_type\":\"All\"}','OK','Started via JobShell by banderson (CoPerson ID )','Reprovisioning target id 2 for record type All','Processed 3 record(s) (3 success, 0 error)','2020-12-28 01:24:09','2020-12-28 01:26:49','2020-12-28 01:26:49',50,'2020-12-28 01:24:09','2020-12-28 01:26:49'),(300,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 01:26:46','2020-12-28 01:26:46','2020-12-28 01:26:46',NULL,'2020-12-28 01:26:46','2020-12-28 01:26:46'),(301,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 01:26:46','2020-12-28 01:26:46','2020-12-28 01:26:46',NULL,'2020-12-28 01:26:46','2020-12-28 01:26:46'),(302,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 01:26:46','2020-12-28 01:26:46','2020-12-28 01:26:46',NULL,'2020-12-28 01:26:46','2020-12-28 01:26:46'),(303,3,'Provisioner',NULL,NULL,'{\"co_provisioning_target_id\":\"2\",\"record_type\":\"All\"}','Q','Started via JobShell by banderson (CoPerson ID )',NULL,NULL,'2020-12-28 01:27:26',NULL,NULL,NULL,'2020-12-28 01:27:26','2020-12-28 01:27:26'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (1,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-23 21:00:01','2020-12-23 21:00:01','2020-12-23 21:00:01',NULL,'2020-12-23 21:00:01','2020-12-23 21:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (2,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-23 21:00:01','2020-12-23 21:00:01','2020-12-23 21:00:01',NULL,'2020-12-23 21:00:01','2020-12-23 21:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (3,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-23 22:00:01','2020-12-23 22:00:01','2020-12-23 22:00:01',NULL,'2020-12-23 22:00:01','2020-12-23 22:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (4,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-23 22:00:01','2020-12-23 22:00:01','2020-12-23 22:00:01',NULL,'2020-12-23 22:00:01','2020-12-23 22:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (5,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-23 23:00:01','2020-12-23 23:00:01','2020-12-23 23:00:01',NULL,'2020-12-23 23:00:01','2020-12-23 23:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (6,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-23 23:00:01','2020-12-23 23:00:01','2020-12-23 23:00:01',NULL,'2020-12-23 23:00:01','2020-12-23 23:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (7,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 00:00:01','2020-12-24 00:00:01','2020-12-24 00:00:01',NULL,'2020-12-24 00:00:01','2020-12-24 00:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (8,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 00:00:01','2020-12-24 00:00:01','2020-12-24 00:00:01',NULL,'2020-12-24 00:00:01','2020-12-24 00:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (9,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 01:00:01','2020-12-24 01:00:01','2020-12-24 01:00:01',NULL,'2020-12-24 01:00:01','2020-12-24 01:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (10,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 01:00:01','2020-12-24 01:00:01','2020-12-24 01:00:01',NULL,'2020-12-24 01:00:01','2020-12-24 01:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (11,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 02:00:01','2020-12-24 02:00:01','2020-12-24 02:00:01',NULL,'2020-12-24 02:00:01','2020-12-24 02:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (12,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 02:00:01','2020-12-24 02:00:01','2020-12-24 02:00:01',NULL,'2020-12-24 02:00:01','2020-12-24 02:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (13,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 02:00:01','2020-12-24 02:00:01','2020-12-24 02:00:01',NULL,'2020-12-24 02:00:01','2020-12-24 02:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (14,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 03:00:01','2020-12-24 03:00:01','2020-12-24 03:00:01',NULL,'2020-12-24 03:00:01','2020-12-24 03:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (15,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 03:00:01','2020-12-24 03:00:01','2020-12-24 03:00:01',NULL,'2020-12-24 03:00:01','2020-12-24 03:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (16,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 03:00:01','2020-12-24 03:00:01','2020-12-24 03:00:01',NULL,'2020-12-24 03:00:01','2020-12-24 03:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (17,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 04:00:01','2020-12-24 04:00:01','2020-12-24 04:00:01',NULL,'2020-12-24 04:00:01','2020-12-24 04:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (18,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 04:00:01','2020-12-24 04:00:01','2020-12-24 04:00:01',NULL,'2020-12-24 04:00:01','2020-12-24 04:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (19,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 04:00:01','2020-12-24 04:00:01','2020-12-24 04:00:01',NULL,'2020-12-24 04:00:01','2020-12-24 04:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (20,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 05:00:01','2020-12-24 05:00:01','2020-12-24 05:00:01',NULL,'2020-12-24 05:00:01','2020-12-24 05:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (21,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 05:00:01','2020-12-24 05:00:01','2020-12-24 05:00:01',NULL,'2020-12-24 05:00:01','2020-12-24 05:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (22,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 05:00:01','2020-12-24 05:00:01','2020-12-24 05:00:01',NULL,'2020-12-24 05:00:01','2020-12-24 05:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (23,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 06:00:01','2020-12-24 06:00:01','2020-12-24 06:00:01',NULL,'2020-12-24 06:00:01','2020-12-24 06:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (24,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 06:00:01','2020-12-24 06:00:01','2020-12-24 06:00:01',NULL,'2020-12-24 06:00:01','2020-12-24 06:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (25,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 06:00:01','2020-12-24 06:00:01','2020-12-24 06:00:01',NULL,'2020-12-24 06:00:01','2020-12-24 06:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (26,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 07:00:01','2020-12-24 07:00:01','2020-12-24 07:00:01',NULL,'2020-12-24 07:00:01','2020-12-24 07:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (27,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 07:00:01','2020-12-24 07:00:01','2020-12-24 07:00:01',NULL,'2020-12-24 07:00:01','2020-12-24 07:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (28,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 07:00:01','2020-12-24 07:00:01','2020-12-24 07:00:01',NULL,'2020-12-24 07:00:01','2020-12-24 07:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (29,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 08:00:01','2020-12-24 08:00:01','2020-12-24 08:00:01',NULL,'2020-12-24 08:00:01','2020-12-24 08:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (30,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 08:00:01','2020-12-24 08:00:01','2020-12-24 08:00:01',NULL,'2020-12-24 08:00:01','2020-12-24 08:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (31,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 08:00:01','2020-12-24 08:00:01','2020-12-24 08:00:01',NULL,'2020-12-24 08:00:01','2020-12-24 08:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (32,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 09:00:01','2020-12-24 09:00:01','2020-12-24 09:00:01',NULL,'2020-12-24 09:00:01','2020-12-24 09:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (33,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 09:00:01','2020-12-24 09:00:01','2020-12-24 09:00:01',NULL,'2020-12-24 09:00:01','2020-12-24 09:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (34,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 09:00:01','2020-12-24 09:00:01','2020-12-24 09:00:01',NULL,'2020-12-24 09:00:01','2020-12-24 09:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (35,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 10:00:01','2020-12-24 10:00:01','2020-12-24 10:00:01',NULL,'2020-12-24 10:00:01','2020-12-24 10:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (36,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 10:00:01','2020-12-24 10:00:01','2020-12-24 10:00:01',NULL,'2020-12-24 10:00:01','2020-12-24 10:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (37,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 10:00:01','2020-12-24 10:00:01','2020-12-24 10:00:01',NULL,'2020-12-24 10:00:01','2020-12-24 10:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (38,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 11:00:01','2020-12-24 11:00:01','2020-12-24 11:00:01',NULL,'2020-12-24 11:00:01','2020-12-24 11:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (39,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 11:00:01','2020-12-24 11:00:01','2020-12-24 11:00:01',NULL,'2020-12-24 11:00:01','2020-12-24 11:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (40,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 11:00:01','2020-12-24 11:00:01','2020-12-24 11:00:01',NULL,'2020-12-24 11:00:01','2020-12-24 11:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (41,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 12:00:01','2020-12-24 12:00:01','2020-12-24 12:00:01',NULL,'2020-12-24 12:00:01','2020-12-24 12:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (42,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 12:00:01','2020-12-24 12:00:01','2020-12-24 12:00:01',NULL,'2020-12-24 12:00:01','2020-12-24 12:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (43,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 12:00:01','2020-12-24 12:00:01','2020-12-24 12:00:01',NULL,'2020-12-24 12:00:01','2020-12-24 12:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (44,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 13:00:01','2020-12-24 13:00:01','2020-12-24 13:00:01',NULL,'2020-12-24 13:00:01','2020-12-24 13:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (45,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 13:00:01','2020-12-24 13:00:01','2020-12-24 13:00:01',NULL,'2020-12-24 13:00:01','2020-12-24 13:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (46,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 13:00:01','2020-12-24 13:00:01','2020-12-24 13:00:01',NULL,'2020-12-24 13:00:01','2020-12-24 13:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (47,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 14:00:01','2020-12-24 14:00:01','2020-12-24 14:00:01',NULL,'2020-12-24 14:00:01','2020-12-24 14:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (48,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 14:00:01','2020-12-24 14:00:01','2020-12-24 14:00:01',NULL,'2020-12-24 14:00:01','2020-12-24 14:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (49,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 14:00:01','2020-12-24 14:00:01','2020-12-24 14:00:01',NULL,'2020-12-24 14:00:01','2020-12-24 14:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (50,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 15:00:01','2020-12-24 15:00:01','2020-12-24 15:00:01',NULL,'2020-12-24 15:00:01','2020-12-24 15:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (51,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 15:00:01','2020-12-24 15:00:01','2020-12-24 15:00:01',NULL,'2020-12-24 15:00:01','2020-12-24 15:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (52,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 15:00:01','2020-12-24 15:00:01','2020-12-24 15:00:01',NULL,'2020-12-24 15:00:01','2020-12-24 15:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (53,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 16:00:01','2020-12-24 16:00:01','2020-12-24 16:00:01',NULL,'2020-12-24 16:00:01','2020-12-24 16:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (54,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 16:00:01','2020-12-24 16:00:01','2020-12-24 16:00:01',NULL,'2020-12-24 16:00:01','2020-12-24 16:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (55,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 16:00:01','2020-12-24 16:00:01','2020-12-24 16:00:01',NULL,'2020-12-24 16:00:01','2020-12-24 16:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (56,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 17:00:01','2020-12-24 17:00:01','2020-12-24 17:00:01',NULL,'2020-12-24 17:00:01','2020-12-24 17:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (57,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 17:00:01','2020-12-24 17:00:01','2020-12-24 17:00:01',NULL,'2020-12-24 17:00:01','2020-12-24 17:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (58,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 17:00:01','2020-12-24 17:00:01','2020-12-24 17:00:01',NULL,'2020-12-24 17:00:01','2020-12-24 17:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (59,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 18:00:01','2020-12-24 18:00:01','2020-12-24 18:00:01',NULL,'2020-12-24 18:00:01','2020-12-24 18:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (60,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 18:00:01','2020-12-24 18:00:01','2020-12-24 18:00:01',NULL,'2020-12-24 18:00:01','2020-12-24 18:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (61,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 18:00:01','2020-12-24 18:00:01','2020-12-24 18:00:01',NULL,'2020-12-24 18:00:01','2020-12-24 18:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (62,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 19:00:01','2020-12-24 19:00:01','2020-12-24 19:00:01',NULL,'2020-12-24 19:00:01','2020-12-24 19:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (63,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 19:00:01','2020-12-24 19:00:01','2020-12-24 19:00:01',NULL,'2020-12-24 19:00:01','2020-12-24 19:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (64,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 19:00:01','2020-12-24 19:00:01','2020-12-24 19:00:01',NULL,'2020-12-24 19:00:01','2020-12-24 19:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (65,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 20:00:01','2020-12-24 20:00:01','2020-12-24 20:00:01',NULL,'2020-12-24 20:00:01','2020-12-24 20:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (66,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 20:00:01','2020-12-24 20:00:01','2020-12-24 20:00:01',NULL,'2020-12-24 20:00:01','2020-12-24 20:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (67,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 20:00:01','2020-12-24 20:00:01','2020-12-24 20:00:01',NULL,'2020-12-24 20:00:01','2020-12-24 20:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (68,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 21:00:01','2020-12-24 21:00:01','2020-12-24 21:00:01',NULL,'2020-12-24 21:00:01','2020-12-24 21:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (69,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 21:00:01','2020-12-24 21:00:01','2020-12-24 21:00:01',NULL,'2020-12-24 21:00:01','2020-12-24 21:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (70,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 21:00:01','2020-12-24 21:00:01','2020-12-24 21:00:01',NULL,'2020-12-24 21:00:01','2020-12-24 21:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (71,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 22:00:02','2020-12-24 22:00:02','2020-12-24 22:00:02',NULL,'2020-12-24 22:00:02','2020-12-24 22:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (72,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 22:00:02','2020-12-24 22:00:02','2020-12-24 22:00:02',NULL,'2020-12-24 22:00:02','2020-12-24 22:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (73,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 22:00:02','2020-12-24 22:00:02','2020-12-24 22:00:02',NULL,'2020-12-24 22:00:02','2020-12-24 22:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (74,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 23:00:01','2020-12-24 23:00:01','2020-12-24 23:00:01',NULL,'2020-12-24 23:00:01','2020-12-24 23:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (75,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 23:00:01','2020-12-24 23:00:01','2020-12-24 23:00:01',NULL,'2020-12-24 23:00:01','2020-12-24 23:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (76,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-24 23:00:01','2020-12-24 23:00:01','2020-12-24 23:00:01',NULL,'2020-12-24 23:00:01','2020-12-24 23:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (77,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 00:00:01','2020-12-25 00:00:01','2020-12-25 00:00:01',NULL,'2020-12-25 00:00:01','2020-12-25 00:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (78,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 00:00:01','2020-12-25 00:00:01','2020-12-25 00:00:01',NULL,'2020-12-25 00:00:01','2020-12-25 00:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (79,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 00:00:01','2020-12-25 00:00:01','2020-12-25 00:00:01',NULL,'2020-12-25 00:00:01','2020-12-25 00:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (80,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 01:00:02','2020-12-25 01:00:02','2020-12-25 01:00:02',NULL,'2020-12-25 01:00:02','2020-12-25 01:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (81,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 01:00:02','2020-12-25 01:00:02','2020-12-25 01:00:02',NULL,'2020-12-25 01:00:02','2020-12-25 01:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (82,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 01:00:02','2020-12-25 01:00:02','2020-12-25 01:00:02',NULL,'2020-12-25 01:00:02','2020-12-25 01:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (83,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 02:00:01','2020-12-25 02:00:01','2020-12-25 02:00:01',NULL,'2020-12-25 02:00:01','2020-12-25 02:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (84,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 02:00:01','2020-12-25 02:00:01','2020-12-25 02:00:01',NULL,'2020-12-25 02:00:01','2020-12-25 02:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (85,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 02:00:01','2020-12-25 02:00:01','2020-12-25 02:00:01',NULL,'2020-12-25 02:00:01','2020-12-25 02:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (86,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 03:00:01','2020-12-25 03:00:01','2020-12-25 03:00:01',NULL,'2020-12-25 03:00:01','2020-12-25 03:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (87,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 03:00:01','2020-12-25 03:00:01','2020-12-25 03:00:01',NULL,'2020-12-25 03:00:01','2020-12-25 03:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (88,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 03:00:01','2020-12-25 03:00:01','2020-12-25 03:00:01',NULL,'2020-12-25 03:00:01','2020-12-25 03:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (89,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 04:00:01','2020-12-25 04:00:01','2020-12-25 04:00:01',NULL,'2020-12-25 04:00:01','2020-12-25 04:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (90,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 04:00:01','2020-12-25 04:00:01','2020-12-25 04:00:01',NULL,'2020-12-25 04:00:01','2020-12-25 04:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (91,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 04:00:01','2020-12-25 04:00:01','2020-12-25 04:00:01',NULL,'2020-12-25 04:00:01','2020-12-25 04:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (92,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 05:00:01','2020-12-25 05:00:01','2020-12-25 05:00:01',NULL,'2020-12-25 05:00:01','2020-12-25 05:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (93,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 05:00:01','2020-12-25 05:00:01','2020-12-25 05:00:01',NULL,'2020-12-25 05:00:01','2020-12-25 05:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (94,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 05:00:01','2020-12-25 05:00:01','2020-12-25 05:00:01',NULL,'2020-12-25 05:00:01','2020-12-25 05:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (95,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 06:00:01','2020-12-25 06:00:01','2020-12-25 06:00:01',NULL,'2020-12-25 06:00:01','2020-12-25 06:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (96,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 06:00:01','2020-12-25 06:00:01','2020-12-25 06:00:01',NULL,'2020-12-25 06:00:01','2020-12-25 06:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (97,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 06:00:01','2020-12-25 06:00:01','2020-12-25 06:00:01',NULL,'2020-12-25 06:00:01','2020-12-25 06:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (98,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 07:00:01','2020-12-25 07:00:01','2020-12-25 07:00:01',NULL,'2020-12-25 07:00:01','2020-12-25 07:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (99,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 07:00:01','2020-12-25 07:00:01','2020-12-25 07:00:01',NULL,'2020-12-25 07:00:01','2020-12-25 07:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (100,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 07:00:01','2020-12-25 07:00:01','2020-12-25 07:00:01',NULL,'2020-12-25 07:00:01','2020-12-25 07:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (101,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 08:00:01','2020-12-25 08:00:01','2020-12-25 08:00:01',NULL,'2020-12-25 08:00:01','2020-12-25 08:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (102,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 08:00:02','2020-12-25 08:00:02','2020-12-25 08:00:02',NULL,'2020-12-25 08:00:02','2020-12-25 08:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (103,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 08:00:02','2020-12-25 08:00:02','2020-12-25 08:00:02',NULL,'2020-12-25 08:00:02','2020-12-25 08:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (104,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 09:00:01','2020-12-25 09:00:01','2020-12-25 09:00:01',NULL,'2020-12-25 09:00:01','2020-12-25 09:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (105,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 09:00:01','2020-12-25 09:00:01','2020-12-25 09:00:01',NULL,'2020-12-25 09:00:01','2020-12-25 09:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (106,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 09:00:01','2020-12-25 09:00:01','2020-12-25 09:00:01',NULL,'2020-12-25 09:00:01','2020-12-25 09:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (107,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 10:00:01','2020-12-25 10:00:01','2020-12-25 10:00:01',NULL,'2020-12-25 10:00:01','2020-12-25 10:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (108,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 10:00:01','2020-12-25 10:00:01','2020-12-25 10:00:01',NULL,'2020-12-25 10:00:01','2020-12-25 10:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (109,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 10:00:01','2020-12-25 10:00:01','2020-12-25 10:00:01',NULL,'2020-12-25 10:00:01','2020-12-25 10:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (110,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 11:00:01','2020-12-25 11:00:01','2020-12-25 11:00:01',NULL,'2020-12-25 11:00:01','2020-12-25 11:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (111,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 11:00:01','2020-12-25 11:00:01','2020-12-25 11:00:01',NULL,'2020-12-25 11:00:01','2020-12-25 11:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (112,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 11:00:01','2020-12-25 11:00:01','2020-12-25 11:00:01',NULL,'2020-12-25 11:00:01','2020-12-25 11:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (113,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 12:00:01','2020-12-25 12:00:01','2020-12-25 12:00:01',NULL,'2020-12-25 12:00:01','2020-12-25 12:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (114,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 12:00:01','2020-12-25 12:00:01','2020-12-25 12:00:01',NULL,'2020-12-25 12:00:01','2020-12-25 12:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (115,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 12:00:01','2020-12-25 12:00:01','2020-12-25 12:00:01',NULL,'2020-12-25 12:00:01','2020-12-25 12:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (116,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 13:00:01','2020-12-25 13:00:01','2020-12-25 13:00:01',NULL,'2020-12-25 13:00:01','2020-12-25 13:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (117,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 13:00:01','2020-12-25 13:00:01','2020-12-25 13:00:01',NULL,'2020-12-25 13:00:01','2020-12-25 13:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (118,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 13:00:01','2020-12-25 13:00:01','2020-12-25 13:00:01',NULL,'2020-12-25 13:00:01','2020-12-25 13:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (119,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 14:00:01','2020-12-25 14:00:01','2020-12-25 14:00:01',NULL,'2020-12-25 14:00:01','2020-12-25 14:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (120,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 14:00:01','2020-12-25 14:00:01','2020-12-25 14:00:01',NULL,'2020-12-25 14:00:01','2020-12-25 14:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (121,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 14:00:01','2020-12-25 14:00:01','2020-12-25 14:00:01',NULL,'2020-12-25 14:00:01','2020-12-25 14:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (122,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 15:00:01','2020-12-25 15:00:01','2020-12-25 15:00:01',NULL,'2020-12-25 15:00:01','2020-12-25 15:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (123,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 15:00:01','2020-12-25 15:00:01','2020-12-25 15:00:01',NULL,'2020-12-25 15:00:01','2020-12-25 15:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (124,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 15:00:01','2020-12-25 15:00:01','2020-12-25 15:00:01',NULL,'2020-12-25 15:00:01','2020-12-25 15:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (125,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 16:00:01','2020-12-25 16:00:01','2020-12-25 16:00:01',NULL,'2020-12-25 16:00:01','2020-12-25 16:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (126,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 16:00:01','2020-12-25 16:00:01','2020-12-25 16:00:01',NULL,'2020-12-25 16:00:01','2020-12-25 16:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (127,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 16:00:01','2020-12-25 16:00:01','2020-12-25 16:00:01',NULL,'2020-12-25 16:00:01','2020-12-25 16:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (128,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 17:00:01','2020-12-25 17:00:01','2020-12-25 17:00:01',NULL,'2020-12-25 17:00:01','2020-12-25 17:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (129,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 17:00:01','2020-12-25 17:00:01','2020-12-25 17:00:01',NULL,'2020-12-25 17:00:01','2020-12-25 17:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (130,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 17:00:01','2020-12-25 17:00:01','2020-12-25 17:00:01',NULL,'2020-12-25 17:00:01','2020-12-25 17:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (131,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 18:00:01','2020-12-25 18:00:01','2020-12-25 18:00:01',NULL,'2020-12-25 18:00:01','2020-12-25 18:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (132,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 18:00:01','2020-12-25 18:00:01','2020-12-25 18:00:01',NULL,'2020-12-25 18:00:01','2020-12-25 18:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (133,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 18:00:01','2020-12-25 18:00:01','2020-12-25 18:00:01',NULL,'2020-12-25 18:00:01','2020-12-25 18:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (134,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 19:00:01','2020-12-25 19:00:01','2020-12-25 19:00:01',NULL,'2020-12-25 19:00:01','2020-12-25 19:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (135,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 19:00:01','2020-12-25 19:00:01','2020-12-25 19:00:01',NULL,'2020-12-25 19:00:01','2020-12-25 19:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (136,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 19:00:01','2020-12-25 19:00:01','2020-12-25 19:00:01',NULL,'2020-12-25 19:00:01','2020-12-25 19:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (137,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 20:00:01','2020-12-25 20:00:01','2020-12-25 20:00:01',NULL,'2020-12-25 20:00:01','2020-12-25 20:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (138,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 20:00:01','2020-12-25 20:00:01','2020-12-25 20:00:01',NULL,'2020-12-25 20:00:01','2020-12-25 20:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (139,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 20:00:01','2020-12-25 20:00:01','2020-12-25 20:00:01',NULL,'2020-12-25 20:00:01','2020-12-25 20:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (140,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 21:00:01','2020-12-25 21:00:01','2020-12-25 21:00:01',NULL,'2020-12-25 21:00:01','2020-12-25 21:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (141,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 21:00:01','2020-12-25 21:00:01','2020-12-25 21:00:01',NULL,'2020-12-25 21:00:01','2020-12-25 21:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (142,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 21:00:01','2020-12-25 21:00:01','2020-12-25 21:00:01',NULL,'2020-12-25 21:00:01','2020-12-25 21:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (143,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 22:00:01','2020-12-25 22:00:01','2020-12-25 22:00:01',NULL,'2020-12-25 22:00:01','2020-12-25 22:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (144,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 22:00:01','2020-12-25 22:00:01','2020-12-25 22:00:01',NULL,'2020-12-25 22:00:01','2020-12-25 22:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (145,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 22:00:01','2020-12-25 22:00:01','2020-12-25 22:00:01',NULL,'2020-12-25 22:00:01','2020-12-25 22:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (146,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 23:00:01','2020-12-25 23:00:01','2020-12-25 23:00:01',NULL,'2020-12-25 23:00:01','2020-12-25 23:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (147,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 23:00:01','2020-12-25 23:00:01','2020-12-25 23:00:01',NULL,'2020-12-25 23:00:01','2020-12-25 23:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (148,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-25 23:00:01','2020-12-25 23:00:01','2020-12-25 23:00:01',NULL,'2020-12-25 23:00:01','2020-12-25 23:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (149,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 00:00:01','2020-12-26 00:00:01','2020-12-26 00:00:01',NULL,'2020-12-26 00:00:01','2020-12-26 00:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (150,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 00:00:01','2020-12-26 00:00:01','2020-12-26 00:00:01',NULL,'2020-12-26 00:00:01','2020-12-26 00:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (151,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 00:00:01','2020-12-26 00:00:01','2020-12-26 00:00:01',NULL,'2020-12-26 00:00:01','2020-12-26 00:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (152,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 01:00:01','2020-12-26 01:00:01','2020-12-26 01:00:01',NULL,'2020-12-26 01:00:01','2020-12-26 01:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (153,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 01:00:01','2020-12-26 01:00:01','2020-12-26 01:00:01',NULL,'2020-12-26 01:00:01','2020-12-26 01:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (154,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 01:00:01','2020-12-26 01:00:01','2020-12-26 01:00:01',NULL,'2020-12-26 01:00:01','2020-12-26 01:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (155,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 02:00:01','2020-12-26 02:00:01','2020-12-26 02:00:01',NULL,'2020-12-26 02:00:01','2020-12-26 02:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (156,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 02:00:01','2020-12-26 02:00:01','2020-12-26 02:00:01',NULL,'2020-12-26 02:00:01','2020-12-26 02:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (157,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 02:00:01','2020-12-26 02:00:01','2020-12-26 02:00:01',NULL,'2020-12-26 02:00:01','2020-12-26 02:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (158,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 03:00:02','2020-12-26 03:00:02','2020-12-26 03:00:02',NULL,'2020-12-26 03:00:02','2020-12-26 03:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (159,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 03:00:02','2020-12-26 03:00:02','2020-12-26 03:00:02',NULL,'2020-12-26 03:00:02','2020-12-26 03:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (160,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 03:00:02','2020-12-26 03:00:02','2020-12-26 03:00:02',NULL,'2020-12-26 03:00:02','2020-12-26 03:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (161,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 04:00:01','2020-12-26 04:00:01','2020-12-26 04:00:01',NULL,'2020-12-26 04:00:01','2020-12-26 04:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (162,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 04:00:01','2020-12-26 04:00:01','2020-12-26 04:00:01',NULL,'2020-12-26 04:00:01','2020-12-26 04:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (163,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 04:00:01','2020-12-26 04:00:01','2020-12-26 04:00:01',NULL,'2020-12-26 04:00:01','2020-12-26 04:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (164,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 05:00:01','2020-12-26 05:00:01','2020-12-26 05:00:01',NULL,'2020-12-26 05:00:01','2020-12-26 05:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (165,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 05:00:01','2020-12-26 05:00:01','2020-12-26 05:00:01',NULL,'2020-12-26 05:00:01','2020-12-26 05:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (166,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 05:00:01','2020-12-26 05:00:01','2020-12-26 05:00:01',NULL,'2020-12-26 05:00:01','2020-12-26 05:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (167,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 06:00:01','2020-12-26 06:00:01','2020-12-26 06:00:01',NULL,'2020-12-26 06:00:01','2020-12-26 06:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (168,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 06:00:01','2020-12-26 06:00:01','2020-12-26 06:00:01',NULL,'2020-12-26 06:00:01','2020-12-26 06:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (169,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 06:00:01','2020-12-26 06:00:01','2020-12-26 06:00:01',NULL,'2020-12-26 06:00:01','2020-12-26 06:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (170,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 07:00:01','2020-12-26 07:00:01','2020-12-26 07:00:01',NULL,'2020-12-26 07:00:01','2020-12-26 07:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (171,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 07:00:01','2020-12-26 07:00:01','2020-12-26 07:00:01',NULL,'2020-12-26 07:00:01','2020-12-26 07:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (172,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 07:00:01','2020-12-26 07:00:01','2020-12-26 07:00:01',NULL,'2020-12-26 07:00:01','2020-12-26 07:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (173,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 08:00:01','2020-12-26 08:00:01','2020-12-26 08:00:01',NULL,'2020-12-26 08:00:01','2020-12-26 08:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (174,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 08:00:01','2020-12-26 08:00:01','2020-12-26 08:00:01',NULL,'2020-12-26 08:00:01','2020-12-26 08:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (175,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 08:00:01','2020-12-26 08:00:01','2020-12-26 08:00:01',NULL,'2020-12-26 08:00:01','2020-12-26 08:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (176,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 09:00:01','2020-12-26 09:00:01','2020-12-26 09:00:01',NULL,'2020-12-26 09:00:01','2020-12-26 09:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (177,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 09:00:01','2020-12-26 09:00:01','2020-12-26 09:00:01',NULL,'2020-12-26 09:00:01','2020-12-26 09:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (178,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 09:00:01','2020-12-26 09:00:01','2020-12-26 09:00:01',NULL,'2020-12-26 09:00:01','2020-12-26 09:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (179,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 10:00:01','2020-12-26 10:00:01','2020-12-26 10:00:01',NULL,'2020-12-26 10:00:01','2020-12-26 10:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (180,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 10:00:01','2020-12-26 10:00:01','2020-12-26 10:00:01',NULL,'2020-12-26 10:00:01','2020-12-26 10:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (181,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 10:00:01','2020-12-26 10:00:01','2020-12-26 10:00:01',NULL,'2020-12-26 10:00:01','2020-12-26 10:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (182,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 11:00:01','2020-12-26 11:00:01','2020-12-26 11:00:01',NULL,'2020-12-26 11:00:01','2020-12-26 11:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (183,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 11:00:01','2020-12-26 11:00:01','2020-12-26 11:00:01',NULL,'2020-12-26 11:00:01','2020-12-26 11:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (184,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 11:00:01','2020-12-26 11:00:01','2020-12-26 11:00:01',NULL,'2020-12-26 11:00:01','2020-12-26 11:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (185,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 12:00:01','2020-12-26 12:00:01','2020-12-26 12:00:01',NULL,'2020-12-26 12:00:01','2020-12-26 12:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (186,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 12:00:01','2020-12-26 12:00:01','2020-12-26 12:00:01',NULL,'2020-12-26 12:00:01','2020-12-26 12:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (187,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 12:00:01','2020-12-26 12:00:01','2020-12-26 12:00:01',NULL,'2020-12-26 12:00:01','2020-12-26 12:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (188,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 13:00:01','2020-12-26 13:00:01','2020-12-26 13:00:01',NULL,'2020-12-26 13:00:01','2020-12-26 13:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (189,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 13:00:01','2020-12-26 13:00:01','2020-12-26 13:00:01',NULL,'2020-12-26 13:00:01','2020-12-26 13:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (190,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 13:00:01','2020-12-26 13:00:01','2020-12-26 13:00:01',NULL,'2020-12-26 13:00:01','2020-12-26 13:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (191,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 14:00:02','2020-12-26 14:00:02','2020-12-26 14:00:02',NULL,'2020-12-26 14:00:02','2020-12-26 14:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (192,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 14:00:02','2020-12-26 14:00:02','2020-12-26 14:00:02',NULL,'2020-12-26 14:00:02','2020-12-26 14:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (193,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 14:00:02','2020-12-26 14:00:02','2020-12-26 14:00:02',NULL,'2020-12-26 14:00:02','2020-12-26 14:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (194,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 15:00:01','2020-12-26 15:00:01','2020-12-26 15:00:01',NULL,'2020-12-26 15:00:01','2020-12-26 15:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (195,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 15:00:01','2020-12-26 15:00:01','2020-12-26 15:00:01',NULL,'2020-12-26 15:00:01','2020-12-26 15:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (196,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 15:00:01','2020-12-26 15:00:01','2020-12-26 15:00:01',NULL,'2020-12-26 15:00:01','2020-12-26 15:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (197,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 16:00:01','2020-12-26 16:00:01','2020-12-26 16:00:01',NULL,'2020-12-26 16:00:01','2020-12-26 16:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (198,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 16:00:01','2020-12-26 16:00:01','2020-12-26 16:00:01',NULL,'2020-12-26 16:00:01','2020-12-26 16:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (199,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 16:00:01','2020-12-26 16:00:01','2020-12-26 16:00:01',NULL,'2020-12-26 16:00:01','2020-12-26 16:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (200,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 17:00:01','2020-12-26 17:00:01','2020-12-26 17:00:01',NULL,'2020-12-26 17:00:01','2020-12-26 17:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (201,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 17:00:01','2020-12-26 17:00:01','2020-12-26 17:00:01',NULL,'2020-12-26 17:00:01','2020-12-26 17:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (202,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 17:00:01','2020-12-26 17:00:01','2020-12-26 17:00:01',NULL,'2020-12-26 17:00:01','2020-12-26 17:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (203,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 18:00:01','2020-12-26 18:00:01','2020-12-26 18:00:01',NULL,'2020-12-26 18:00:01','2020-12-26 18:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (204,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 18:00:01','2020-12-26 18:00:01','2020-12-26 18:00:01',NULL,'2020-12-26 18:00:01','2020-12-26 18:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (205,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 18:00:01','2020-12-26 18:00:01','2020-12-26 18:00:01',NULL,'2020-12-26 18:00:01','2020-12-26 18:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (206,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 19:00:01','2020-12-26 19:00:01','2020-12-26 19:00:01',NULL,'2020-12-26 19:00:01','2020-12-26 19:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (207,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 19:00:01','2020-12-26 19:00:01','2020-12-26 19:00:01',NULL,'2020-12-26 19:00:01','2020-12-26 19:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (208,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 19:00:01','2020-12-26 19:00:01','2020-12-26 19:00:01',NULL,'2020-12-26 19:00:01','2020-12-26 19:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (209,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 20:00:01','2020-12-26 20:00:01','2020-12-26 20:00:01',NULL,'2020-12-26 20:00:01','2020-12-26 20:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (210,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 20:00:01','2020-12-26 20:00:01','2020-12-26 20:00:01',NULL,'2020-12-26 20:00:01','2020-12-26 20:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (211,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 20:00:01','2020-12-26 20:00:01','2020-12-26 20:00:01',NULL,'2020-12-26 20:00:01','2020-12-26 20:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (212,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 21:00:01','2020-12-26 21:00:01','2020-12-26 21:00:01',NULL,'2020-12-26 21:00:01','2020-12-26 21:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (213,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 21:00:01','2020-12-26 21:00:01','2020-12-26 21:00:01',NULL,'2020-12-26 21:00:01','2020-12-26 21:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (214,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 21:00:01','2020-12-26 21:00:01','2020-12-26 21:00:01',NULL,'2020-12-26 21:00:01','2020-12-26 21:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (215,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 22:00:01','2020-12-26 22:00:01','2020-12-26 22:00:01',NULL,'2020-12-26 22:00:01','2020-12-26 22:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (216,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 22:00:01','2020-12-26 22:00:01','2020-12-26 22:00:01',NULL,'2020-12-26 22:00:01','2020-12-26 22:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (217,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 22:00:01','2020-12-26 22:00:01','2020-12-26 22:00:01',NULL,'2020-12-26 22:00:01','2020-12-26 22:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (218,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 23:00:01','2020-12-26 23:00:01','2020-12-26 23:00:01',NULL,'2020-12-26 23:00:01','2020-12-26 23:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (219,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 23:00:01','2020-12-26 23:00:01','2020-12-26 23:00:01',NULL,'2020-12-26 23:00:01','2020-12-26 23:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (220,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-26 23:00:01','2020-12-26 23:00:01','2020-12-26 23:00:01',NULL,'2020-12-26 23:00:01','2020-12-26 23:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (221,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 00:00:01','2020-12-27 00:00:01','2020-12-27 00:00:01',NULL,'2020-12-27 00:00:01','2020-12-27 00:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (222,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 00:00:01','2020-12-27 00:00:01','2020-12-27 00:00:01',NULL,'2020-12-27 00:00:01','2020-12-27 00:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (223,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 00:00:01','2020-12-27 00:00:01','2020-12-27 00:00:01',NULL,'2020-12-27 00:00:01','2020-12-27 00:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (224,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 01:00:01','2020-12-27 01:00:01','2020-12-27 01:00:01',NULL,'2020-12-27 01:00:01','2020-12-27 01:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (225,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 01:00:01','2020-12-27 01:00:01','2020-12-27 01:00:01',NULL,'2020-12-27 01:00:01','2020-12-27 01:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (226,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 01:00:01','2020-12-27 01:00:02','2020-12-27 01:00:02',NULL,'2020-12-27 01:00:01','2020-12-27 01:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (227,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 02:00:01','2020-12-27 02:00:01','2020-12-27 02:00:01',NULL,'2020-12-27 02:00:01','2020-12-27 02:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (228,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 02:00:01','2020-12-27 02:00:01','2020-12-27 02:00:01',NULL,'2020-12-27 02:00:01','2020-12-27 02:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (229,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 02:00:01','2020-12-27 02:00:01','2020-12-27 02:00:01',NULL,'2020-12-27 02:00:01','2020-12-27 02:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (230,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 03:00:02','2020-12-27 03:00:02','2020-12-27 03:00:02',NULL,'2020-12-27 03:00:02','2020-12-27 03:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (231,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 03:00:02','2020-12-27 03:00:02','2020-12-27 03:00:02',NULL,'2020-12-27 03:00:02','2020-12-27 03:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (232,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 03:00:02','2020-12-27 03:00:02','2020-12-27 03:00:02',NULL,'2020-12-27 03:00:02','2020-12-27 03:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (233,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 04:00:01','2020-12-27 04:00:01','2020-12-27 04:00:01',NULL,'2020-12-27 04:00:01','2020-12-27 04:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (234,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 04:00:01','2020-12-27 04:00:01','2020-12-27 04:00:01',NULL,'2020-12-27 04:00:01','2020-12-27 04:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (235,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 04:00:01','2020-12-27 04:00:01','2020-12-27 04:00:01',NULL,'2020-12-27 04:00:01','2020-12-27 04:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (236,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 05:00:02','2020-12-27 05:00:02','2020-12-27 05:00:02',NULL,'2020-12-27 05:00:02','2020-12-27 05:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (237,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 05:00:02','2020-12-27 05:00:02','2020-12-27 05:00:02',NULL,'2020-12-27 05:00:02','2020-12-27 05:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (238,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 05:00:02','2020-12-27 05:00:02','2020-12-27 05:00:02',NULL,'2020-12-27 05:00:02','2020-12-27 05:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (239,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 06:00:01','2020-12-27 06:00:01','2020-12-27 06:00:01',NULL,'2020-12-27 06:00:01','2020-12-27 06:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (240,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 06:00:01','2020-12-27 06:00:01','2020-12-27 06:00:01',NULL,'2020-12-27 06:00:01','2020-12-27 06:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (241,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 06:00:01','2020-12-27 06:00:01','2020-12-27 06:00:01',NULL,'2020-12-27 06:00:01','2020-12-27 06:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (242,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 07:00:01','2020-12-27 07:00:01','2020-12-27 07:00:01',NULL,'2020-12-27 07:00:01','2020-12-27 07:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (243,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 07:00:01','2020-12-27 07:00:01','2020-12-27 07:00:01',NULL,'2020-12-27 07:00:01','2020-12-27 07:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (244,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 07:00:01','2020-12-27 07:00:01','2020-12-27 07:00:01',NULL,'2020-12-27 07:00:01','2020-12-27 07:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (245,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 08:00:01','2020-12-27 08:00:01','2020-12-27 08:00:01',NULL,'2020-12-27 08:00:01','2020-12-27 08:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (246,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 08:00:01','2020-12-27 08:00:01','2020-12-27 08:00:01',NULL,'2020-12-27 08:00:01','2020-12-27 08:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (247,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 08:00:01','2020-12-27 08:00:01','2020-12-27 08:00:01',NULL,'2020-12-27 08:00:01','2020-12-27 08:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (248,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 09:00:01','2020-12-27 09:00:01','2020-12-27 09:00:01',NULL,'2020-12-27 09:00:01','2020-12-27 09:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (249,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 09:00:01','2020-12-27 09:00:01','2020-12-27 09:00:01',NULL,'2020-12-27 09:00:01','2020-12-27 09:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (250,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 09:00:01','2020-12-27 09:00:01','2020-12-27 09:00:01',NULL,'2020-12-27 09:00:01','2020-12-27 09:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (251,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 10:00:01','2020-12-27 10:00:01','2020-12-27 10:00:01',NULL,'2020-12-27 10:00:01','2020-12-27 10:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (252,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 10:00:01','2020-12-27 10:00:01','2020-12-27 10:00:01',NULL,'2020-12-27 10:00:01','2020-12-27 10:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (253,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 10:00:01','2020-12-27 10:00:01','2020-12-27 10:00:01',NULL,'2020-12-27 10:00:01','2020-12-27 10:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (254,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 11:00:01','2020-12-27 11:00:01','2020-12-27 11:00:01',NULL,'2020-12-27 11:00:01','2020-12-27 11:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (255,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 11:00:01','2020-12-27 11:00:01','2020-12-27 11:00:01',NULL,'2020-12-27 11:00:01','2020-12-27 11:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (256,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 11:00:01','2020-12-27 11:00:01','2020-12-27 11:00:01',NULL,'2020-12-27 11:00:01','2020-12-27 11:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (257,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 12:00:01','2020-12-27 12:00:01','2020-12-27 12:00:01',NULL,'2020-12-27 12:00:01','2020-12-27 12:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (258,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 12:00:01','2020-12-27 12:00:01','2020-12-27 12:00:01',NULL,'2020-12-27 12:00:01','2020-12-27 12:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (259,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 12:00:01','2020-12-27 12:00:01','2020-12-27 12:00:01',NULL,'2020-12-27 12:00:01','2020-12-27 12:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (260,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 13:00:01','2020-12-27 13:00:01','2020-12-27 13:00:01',NULL,'2020-12-27 13:00:01','2020-12-27 13:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (261,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 13:00:01','2020-12-27 13:00:01','2020-12-27 13:00:01',NULL,'2020-12-27 13:00:01','2020-12-27 13:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (262,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 13:00:01','2020-12-27 13:00:01','2020-12-27 13:00:01',NULL,'2020-12-27 13:00:01','2020-12-27 13:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (263,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 14:00:01','2020-12-27 14:00:01','2020-12-27 14:00:01',NULL,'2020-12-27 14:00:01','2020-12-27 14:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (264,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 14:00:01','2020-12-27 14:00:01','2020-12-27 14:00:01',NULL,'2020-12-27 14:00:01','2020-12-27 14:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (265,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 14:00:01','2020-12-27 14:00:01','2020-12-27 14:00:01',NULL,'2020-12-27 14:00:01','2020-12-27 14:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (266,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 15:00:01','2020-12-27 15:00:01','2020-12-27 15:00:01',NULL,'2020-12-27 15:00:01','2020-12-27 15:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (267,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 15:00:01','2020-12-27 15:00:01','2020-12-27 15:00:01',NULL,'2020-12-27 15:00:01','2020-12-27 15:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (268,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 15:00:01','2020-12-27 15:00:01','2020-12-27 15:00:01',NULL,'2020-12-27 15:00:01','2020-12-27 15:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (269,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 16:00:01','2020-12-27 16:00:01','2020-12-27 16:00:01',NULL,'2020-12-27 16:00:01','2020-12-27 16:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (270,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 16:00:01','2020-12-27 16:00:01','2020-12-27 16:00:01',NULL,'2020-12-27 16:00:01','2020-12-27 16:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (271,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 16:00:01','2020-12-27 16:00:01','2020-12-27 16:00:01',NULL,'2020-12-27 16:00:01','2020-12-27 16:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (272,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 17:00:01','2020-12-27 17:00:01','2020-12-27 17:00:01',NULL,'2020-12-27 17:00:01','2020-12-27 17:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (273,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 17:00:01','2020-12-27 17:00:01','2020-12-27 17:00:01',NULL,'2020-12-27 17:00:01','2020-12-27 17:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (274,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 17:00:01','2020-12-27 17:00:01','2020-12-27 17:00:01',NULL,'2020-12-27 17:00:01','2020-12-27 17:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (275,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 18:00:01','2020-12-27 18:00:01','2020-12-27 18:00:01',NULL,'2020-12-27 18:00:01','2020-12-27 18:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (276,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 18:00:02','2020-12-27 18:00:02','2020-12-27 18:00:02',NULL,'2020-12-27 18:00:02','2020-12-27 18:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (277,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 18:00:02','2020-12-27 18:00:02','2020-12-27 18:00:02',NULL,'2020-12-27 18:00:02','2020-12-27 18:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (278,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 19:00:01','2020-12-27 19:00:01','2020-12-27 19:00:01',NULL,'2020-12-27 19:00:01','2020-12-27 19:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (279,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 19:00:01','2020-12-27 19:00:01','2020-12-27 19:00:01',NULL,'2020-12-27 19:00:01','2020-12-27 19:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (280,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 19:00:01','2020-12-27 19:00:01','2020-12-27 19:00:01',NULL,'2020-12-27 19:00:01','2020-12-27 19:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (281,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 20:00:01','2020-12-27 20:00:01','2020-12-27 20:00:01',NULL,'2020-12-27 20:00:01','2020-12-27 20:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (282,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 20:00:01','2020-12-27 20:00:01','2020-12-27 20:00:01',NULL,'2020-12-27 20:00:01','2020-12-27 20:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (283,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 20:00:01','2020-12-27 20:00:01','2020-12-27 20:00:01',NULL,'2020-12-27 20:00:01','2020-12-27 20:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (284,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 21:00:01','2020-12-27 21:00:01','2020-12-27 21:00:01',NULL,'2020-12-27 21:00:01','2020-12-27 21:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (285,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 21:00:01','2020-12-27 21:00:01','2020-12-27 21:00:01',NULL,'2020-12-27 21:00:01','2020-12-27 21:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (286,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 21:00:01','2020-12-27 21:00:01','2020-12-27 21:00:01',NULL,'2020-12-27 21:00:01','2020-12-27 21:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (287,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 22:00:01','2020-12-27 22:00:01','2020-12-27 22:00:01',NULL,'2020-12-27 22:00:01','2020-12-27 22:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (288,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 22:00:01','2020-12-27 22:00:01','2020-12-27 22:00:01',NULL,'2020-12-27 22:00:01','2020-12-27 22:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (289,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 22:00:01','2020-12-27 22:00:01','2020-12-27 22:00:01',NULL,'2020-12-27 22:00:01','2020-12-27 22:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (290,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 23:00:01','2020-12-27 23:00:01','2020-12-27 23:00:01',NULL,'2020-12-27 23:00:01','2020-12-27 23:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (291,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 23:00:01','2020-12-27 23:00:01','2020-12-27 23:00:01',NULL,'2020-12-27 23:00:01','2020-12-27 23:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (292,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-27 23:00:02','2020-12-27 23:00:02','2020-12-27 23:00:02',NULL,'2020-12-27 23:00:02','2020-12-27 23:00:02'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (293,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 00:00:01','2020-12-28 00:00:01','2020-12-28 00:00:01',NULL,'2020-12-28 00:00:01','2020-12-28 00:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (294,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 00:00:01','2020-12-28 00:00:01','2020-12-28 00:00:01',NULL,'2020-12-28 00:00:01','2020-12-28 00:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (295,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 00:00:01','2020-12-28 00:00:01','2020-12-28 00:00:01',NULL,'2020-12-28 00:00:01','2020-12-28 00:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (296,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 01:00:01','2020-12-28 01:00:01','2020-12-28 01:00:01',NULL,'2020-12-28 01:00:01','2020-12-28 01:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (297,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 01:00:01','2020-12-28 01:00:01','2020-12-28 01:00:01',NULL,'2020-12-28 01:00:01','2020-12-28 01:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (298,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 01:00:01','2020-12-28 01:00:01','2020-12-28 01:00:01',NULL,'2020-12-28 01:00:01','2020-12-28 01:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (299,3,'Provisioner',2,'All','{\"co_provisioning_target_id\":\"2\",\"record_type\":\"All\"}','OK','Started via JobShell by banderson (CoPerson ID )','Reprovisioning target id 2 for record type All','Processed 3 record(s) (3 success, 0 error)','2020-12-28 01:24:09','2020-12-28 01:26:49','2020-12-28 01:26:49',50,'2020-12-28 01:24:09','2020-12-28 01:26:49'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (300,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 01:26:46','2020-12-28 01:26:46','2020-12-28 01:26:46',NULL,'2020-12-28 01:26:46','2020-12-28 01:26:46'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (301,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 01:26:46','2020-12-28 01:26:46','2020-12-28 01:26:46',NULL,'2020-12-28 01:26:46','2020-12-28 01:26:46'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (302,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 01:26:46','2020-12-28 01:26:46','2020-12-28 01:26:46',NULL,'2020-12-28 01:26:46','2020-12-28 01:26:46'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (303,3,'Provisioner',NULL,NULL,'{\"co_provisioning_target_id\":\"2\",\"record_type\":\"All\"}','Q','Started via JobShell by banderson (CoPerson ID )',NULL,NULL,'2020-12-28 01:27:26',NULL,NULL,NULL,'2020-12-28 01:27:26','2020-12-28 01:27:26'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (304,1,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 02:00:01','2020-12-28 02:00:01','2020-12-28 02:00:01',NULL,'2020-12-28 02:00:01','2020-12-28 02:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (305,3,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 02:00:01','2020-12-28 02:00:01','2020-12-28 02:00:01',NULL,'2020-12-28 02:00:01','2020-12-28 02:00:01'); +INSERT INTO `cm_co_jobs` (`id`, `co_id`, `job_type`, `job_type_fk`, `job_mode`, `job_params`, `status`, `register_summary`, `start_summary`, `finish_summary`, `queue_time`, `start_time`, `complete_time`, `percent_complete`, `created`, `modified`) VALUES (306,2,'GV',NULL,'',NULL,'OK','Reprovisioning 0 record(s)','','Reprovisioned 0 record(s)','2020-12-28 02:00:01','2020-12-28 02:00:01','2020-12-28 02:00:01',NULL,'2020-12-28 02:00:01','2020-12-28 02:00:01'); /*!40000 ALTER TABLE `cm_co_jobs` ENABLE KEYS */; UNLOCK TABLES; @@ -1330,7 +1842,8 @@ CREATE TABLE `cm_co_ldap_provisioner_attr_groupings` ( LOCK TABLES `cm_co_ldap_provisioner_attr_groupings` WRITE; /*!40000 ALTER TABLE `cm_co_ldap_provisioner_attr_groupings` DISABLE KEYS */; -INSERT INTO `cm_co_ldap_provisioner_attr_groupings` VALUES (1,1,'address','office','2020-12-05 04:48:52','2020-12-05 04:49:52'),(2,2,'address','office','2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attr_groupings` (`id`, `co_ldap_provisioner_target_id`, `grouping`, `type`, `created`, `modified`) VALUES (1,1,'address','office','2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attr_groupings` (`id`, `co_ldap_provisioner_target_id`, `grouping`, `type`, `created`, `modified`) VALUES (2,2,'address','office','2020-12-28 01:24:00','2020-12-28 01:24:00'); /*!40000 ALTER TABLE `cm_co_ldap_provisioner_attr_groupings` ENABLE KEYS */; UNLOCK TABLES; @@ -1363,7 +1876,124 @@ CREATE TABLE `cm_co_ldap_provisioner_attributes` ( LOCK TABLES `cm_co_ldap_provisioner_attributes` WRITE; /*!40000 ALTER TABLE `cm_co_ldap_provisioner_attributes` DISABLE KEYS */; -INSERT INTO `cm_co_ldap_provisioner_attributes` VALUES (1,1,'sn','person',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(2,1,'cn','person',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(3,1,'userPassword','person',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(4,1,'pwdAccountLockedTime','person',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(5,1,'title','organizationalPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(6,1,'ou','organizationalPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(7,1,'telephoneNumber','organizationalPerson','office',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(8,1,'facsimileTelephoneNumber','organizationalPerson','fax',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(9,1,'street','organizationalPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(10,1,'l','organizationalPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(11,1,'st','organizationalPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(12,1,'postalCode','organizationalPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(13,1,'givenName','inetOrgPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(14,1,'displayName','inetOrgPerson','preferred',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(15,1,'o','inetOrgPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(16,1,'labeledURI','inetOrgPerson','official',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(17,1,'mail','inetOrgPerson','official',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(18,1,'mobile','inetOrgPerson','mobile',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(19,1,'employeeNumber','inetOrgPerson','eppn',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(20,1,'employeeType','inetOrgPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(21,1,'roomNumber','inetOrgPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(22,1,'uid','inetOrgPerson','uid',0,0,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(23,1,'eduPersonAffiliation','eduPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(24,1,'eduPersonEntitlement','eduPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(25,1,'eduPersonNickname','eduPerson','preferred',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(26,1,'eduPersonOrcid','eduPerson',NULL,0,0,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(27,1,'eduPersonPrincipalName','eduPerson','eppn',0,0,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(28,1,'eduPersonPrincipalNamePrior','eduPerson','eppn',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(29,1,'eduPersonScopedAffiliation','eduPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(30,1,'eduPersonUniqueId','eduPerson','enterprise',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(31,1,'cn','groupOfNames',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(32,1,'member','groupOfNames',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(33,1,'owner','groupOfNames',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(34,1,'description','groupOfNames',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(35,1,'isMemberOf','eduMember',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(36,1,'hasMember','eduMember','uid',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(37,1,'cn','posixGroup',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(38,1,'gidNumber','posixGroup',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(39,1,'memberUid','posixGroup',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(40,1,'sshPublicKey','ldapPublicKey',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(41,1,'voPersonAffiliation','voPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(42,1,'voPersonApplicationPassword','voPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(43,1,'voPersonApplicationUID','voPerson','uid',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(44,1,'voPersonAuthorName','voPerson','author',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(45,1,'voPersonCertificateDN','voPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(46,1,'voPersonCertificateIssuerDN','voPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(47,1,'voPersonExternalID','voPerson','eppn',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(48,1,'voPersonID','voPerson','enterprise',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(49,1,'voPersonPolicyAgreement','voPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(50,1,'voPersonSoRID','voPerson','sorid',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(51,1,'voPersonStatus','voPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(52,1,'voPosixAccountUidNumber','voPosixAccount',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(53,1,'voPosixAccountGidNumber','voPosixAccount',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(54,1,'voPosixAccountHomeDirectory','voPosixAccount',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(55,1,'voPosixAccountLoginShell','voPosixAccount',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(56,1,'voPosixAccountGecos','voPosixAccount',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(57,1,'cn','voPosixGroup',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(58,1,'voPosixAccountGidNumber','voPosixGroup',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(59,1,'memberUid','voPosixGroup',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'),(60,2,'sn','person',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(61,2,'cn','person',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(62,2,'userPassword','person',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(63,2,'pwdAccountLockedTime','person',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(64,2,'title','organizationalPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(65,2,'ou','organizationalPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(66,2,'telephoneNumber','organizationalPerson','office',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(67,2,'facsimileTelephoneNumber','organizationalPerson','fax',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(68,2,'street','organizationalPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(69,2,'l','organizationalPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(70,2,'st','organizationalPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(71,2,'postalCode','organizationalPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(72,2,'givenName','inetOrgPerson',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(73,2,'displayName','inetOrgPerson','preferred',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(74,2,'o','inetOrgPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(75,2,'labeledURI','inetOrgPerson','official',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(76,2,'mail','inetOrgPerson','official',1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(77,2,'mobile','inetOrgPerson','mobile',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(78,2,'employeeNumber','inetOrgPerson','eppn',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(79,2,'employeeType','inetOrgPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(80,2,'roomNumber','inetOrgPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(81,2,'uid','inetOrgPerson','GuestID',1,0,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(82,2,'eduPersonAffiliation','eduPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(83,2,'eduPersonEntitlement','eduPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(84,2,'eduPersonNickname','eduPerson','preferred',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(85,2,'eduPersonOrcid','eduPerson',NULL,0,0,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(86,2,'eduPersonPrincipalName','eduPerson','eppn',0,0,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(87,2,'eduPersonPrincipalNamePrior','eduPerson','eppn',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(88,2,'eduPersonScopedAffiliation','eduPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(89,2,'eduPersonUniqueId','eduPerson','enterprise',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(90,2,'cn','groupOfNames',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(91,2,'member','groupOfNames',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(92,2,'owner','groupOfNames',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(93,2,'description','groupOfNames',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(94,2,'isMemberOf','eduMember',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(95,2,'hasMember','eduMember','uid',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(96,2,'cn','posixGroup',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(97,2,'gidNumber','posixGroup',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(98,2,'memberUid','posixGroup',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(99,2,'sshPublicKey','ldapPublicKey',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(100,2,'voPersonAffiliation','voPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(101,2,'voPersonApplicationPassword','voPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(102,2,'voPersonApplicationUID','voPerson','uid',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(103,2,'voPersonAuthorName','voPerson','author',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(104,2,'voPersonCertificateDN','voPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(105,2,'voPersonCertificateIssuerDN','voPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(106,2,'voPersonExternalID','voPerson','eppn',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(107,2,'voPersonID','voPerson','enterprise',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(108,2,'voPersonPolicyAgreement','voPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(109,2,'voPersonSoRID','voPerson','sorid',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(110,2,'voPersonStatus','voPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(111,2,'voPosixAccountUidNumber','voPosixAccount',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(112,2,'voPosixAccountGidNumber','voPosixAccount',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(113,2,'voPosixAccountHomeDirectory','voPosixAccount',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(114,2,'voPosixAccountLoginShell','voPosixAccount',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(115,2,'voPosixAccountGecos','voPosixAccount',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(116,2,'cn','voPosixGroup',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(117,2,'voPosixAccountGidNumber','voPosixGroup',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'),(118,2,'memberUid','voPosixGroup',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (1,1,'sn','person',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (2,1,'cn','person',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (3,1,'userPassword','person',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (4,1,'pwdAccountLockedTime','person',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (5,1,'title','organizationalPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (6,1,'ou','organizationalPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (7,1,'telephoneNumber','organizationalPerson','office',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (8,1,'facsimileTelephoneNumber','organizationalPerson','fax',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (9,1,'street','organizationalPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (10,1,'l','organizationalPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (11,1,'st','organizationalPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (12,1,'postalCode','organizationalPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (13,1,'givenName','inetOrgPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (14,1,'displayName','inetOrgPerson','preferred',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (15,1,'o','inetOrgPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (16,1,'labeledURI','inetOrgPerson','official',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (17,1,'mail','inetOrgPerson','official',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (18,1,'mobile','inetOrgPerson','mobile',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (19,1,'employeeNumber','inetOrgPerson','eppn',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (20,1,'employeeType','inetOrgPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (21,1,'roomNumber','inetOrgPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (22,1,'uid','inetOrgPerson','uid',0,0,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (23,1,'eduPersonAffiliation','eduPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (24,1,'eduPersonEntitlement','eduPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (25,1,'eduPersonNickname','eduPerson','preferred',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (26,1,'eduPersonOrcid','eduPerson',NULL,0,0,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (27,1,'eduPersonPrincipalName','eduPerson','eppn',0,0,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (28,1,'eduPersonPrincipalNamePrior','eduPerson','eppn',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (29,1,'eduPersonScopedAffiliation','eduPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (30,1,'eduPersonUniqueId','eduPerson','enterprise',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (31,1,'cn','groupOfNames',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (32,1,'member','groupOfNames',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (33,1,'owner','groupOfNames',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (34,1,'description','groupOfNames',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (35,1,'isMemberOf','eduMember',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (36,1,'hasMember','eduMember','uid',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (37,1,'cn','posixGroup',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (38,1,'gidNumber','posixGroup',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (39,1,'memberUid','posixGroup',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (40,1,'sshPublicKey','ldapPublicKey',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (41,1,'voPersonAffiliation','voPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (42,1,'voPersonApplicationPassword','voPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (43,1,'voPersonApplicationUID','voPerson','uid',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (44,1,'voPersonAuthorName','voPerson','author',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (45,1,'voPersonCertificateDN','voPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (46,1,'voPersonCertificateIssuerDN','voPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (47,1,'voPersonExternalID','voPerson','eppn',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (48,1,'voPersonID','voPerson','enterprise',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (49,1,'voPersonPolicyAgreement','voPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (50,1,'voPersonSoRID','voPerson','sorid',0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (51,1,'voPersonStatus','voPerson',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (52,1,'voPosixAccountUidNumber','voPosixAccount',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (53,1,'voPosixAccountGidNumber','voPosixAccount',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (54,1,'voPosixAccountHomeDirectory','voPosixAccount',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (55,1,'voPosixAccountLoginShell','voPosixAccount',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (56,1,'voPosixAccountGecos','voPosixAccount',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (57,1,'cn','voPosixGroup',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (58,1,'voPosixAccountGidNumber','voPosixGroup',NULL,1,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (59,1,'memberUid','voPosixGroup',NULL,0,NULL,'2020-12-05 04:48:52','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (60,2,'sn','person',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (61,2,'cn','person',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (62,2,'userPassword','person',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (63,2,'pwdAccountLockedTime','person',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (64,2,'title','organizationalPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (65,2,'ou','organizationalPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (66,2,'telephoneNumber','organizationalPerson','office',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (67,2,'facsimileTelephoneNumber','organizationalPerson','fax',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (68,2,'street','organizationalPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (69,2,'l','organizationalPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (70,2,'st','organizationalPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (71,2,'postalCode','organizationalPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (72,2,'givenName','inetOrgPerson',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (73,2,'displayName','inetOrgPerson','preferred',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (74,2,'o','inetOrgPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (75,2,'labeledURI','inetOrgPerson','official',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (76,2,'mail','inetOrgPerson','official',1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (77,2,'mobile','inetOrgPerson','mobile',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (78,2,'employeeNumber','inetOrgPerson','eppn',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (79,2,'employeeType','inetOrgPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (80,2,'roomNumber','inetOrgPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (81,2,'uid','inetOrgPerson','GuestID',1,0,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (82,2,'eduPersonAffiliation','eduPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (83,2,'eduPersonEntitlement','eduPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (84,2,'eduPersonNickname','eduPerson','preferred',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (85,2,'eduPersonOrcid','eduPerson',NULL,0,0,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (86,2,'eduPersonPrincipalName','eduPerson','eppn',0,0,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (87,2,'eduPersonPrincipalNamePrior','eduPerson','eppn',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (88,2,'eduPersonScopedAffiliation','eduPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (89,2,'eduPersonUniqueId','eduPerson','enterprise',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (90,2,'cn','groupOfNames',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (91,2,'member','groupOfNames',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (92,2,'owner','groupOfNames',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (93,2,'description','groupOfNames',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (94,2,'isMemberOf','eduMember',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (95,2,'hasMember','eduMember','uid',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (96,2,'cn','posixGroup',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (97,2,'gidNumber','posixGroup',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (98,2,'memberUid','posixGroup',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (99,2,'sshPublicKey','ldapPublicKey',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (100,2,'voPersonAffiliation','voPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (101,2,'voPersonApplicationPassword','voPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (102,2,'voPersonApplicationUID','voPerson','uid',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (103,2,'voPersonAuthorName','voPerson','author',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (104,2,'voPersonCertificateDN','voPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (105,2,'voPersonCertificateIssuerDN','voPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (106,2,'voPersonExternalID','voPerson','eppn',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (107,2,'voPersonID','voPerson','enterprise',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (108,2,'voPersonPolicyAgreement','voPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (109,2,'voPersonSoRID','voPerson','sorid',0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (110,2,'voPersonStatus','voPerson',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (111,2,'voPosixAccountUidNumber','voPosixAccount',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (112,2,'voPosixAccountGidNumber','voPosixAccount',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (113,2,'voPosixAccountHomeDirectory','voPosixAccount',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (114,2,'voPosixAccountLoginShell','voPosixAccount',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (115,2,'voPosixAccountGecos','voPosixAccount',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (116,2,'cn','voPosixGroup',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (117,2,'voPosixAccountGidNumber','voPosixGroup',NULL,1,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_attributes` (`id`, `co_ldap_provisioner_target_id`, `attribute`, `objectclass`, `type`, `export`, `use_org_value`, `created`, `modified`) VALUES (118,2,'memberUid','voPosixGroup',NULL,0,NULL,'2020-12-28 01:24:00','2020-12-28 01:24:00'); /*!40000 ALTER TABLE `cm_co_ldap_provisioner_attributes` ENABLE KEYS */; UNLOCK TABLES; @@ -1442,7 +2072,8 @@ CREATE TABLE `cm_co_ldap_provisioner_targets` ( LOCK TABLES `cm_co_ldap_provisioner_targets` WRITE; /*!40000 ALTER TABLE `cm_co_ldap_provisioner_targets` DISABLE KEYS */; -INSERT INTO `cm_co_ldap_provisioner_targets` VALUES (1,1,'ldap://directory','cn=admin,dc=internet2,dc=edu','password','ou=guests,dc=internet2,dc=edu','badge','badge','','','',0,'','R',1,0,0,0,0,0,0,NULL,0,0,'2020-12-05 02:25:55','2020-12-05 04:49:52'),(2,2,'ldap://directory','cn=Directory Manager','password','ou=guests,dc=internet2,dc=edu','uid','GuestID','','','',0,'','I',1,0,0,0,0,0,0,NULL,0,0,'2020-12-28 01:22:45','2020-12-28 01:24:00'); +INSERT INTO `cm_co_ldap_provisioner_targets` (`id`, `co_provisioning_target_id`, `serverurl`, `binddn`, `password`, `basedn`, `dn_attribute_name`, `dn_identifier_type`, `group_basedn`, `person_ocs`, `group_ocs`, `attr_opts`, `scope_suffix`, `unconf_attr_mode`, `oc_eduperson`, `oc_edumember`, `oc_groupofnames`, `oc_posixaccount`, `oc_posixgroup`, `oc_voposixaccount`, `oc_voposixgroup`, `cluster_id`, `oc_ldappublickey`, `oc_voperson`, `created`, `modified`) VALUES (1,1,'ldap://directory','cn=admin,dc=internet2,dc=edu','password','ou=guests,dc=internet2,dc=edu','badge','badge','','','',0,'','R',1,0,0,0,0,0,0,NULL,0,0,'2020-12-05 02:25:55','2020-12-05 04:49:52'); +INSERT INTO `cm_co_ldap_provisioner_targets` (`id`, `co_provisioning_target_id`, `serverurl`, `binddn`, `password`, `basedn`, `dn_attribute_name`, `dn_identifier_type`, `group_basedn`, `person_ocs`, `group_ocs`, `attr_opts`, `scope_suffix`, `unconf_attr_mode`, `oc_eduperson`, `oc_edumember`, `oc_groupofnames`, `oc_posixaccount`, `oc_posixgroup`, `oc_voposixaccount`, `oc_voposixgroup`, `cluster_id`, `oc_ldappublickey`, `oc_voperson`, `created`, `modified`) VALUES (2,2,'ldap://directory','cn=Directory Manager','password','ou=guests,dc=internet2,dc=edu','uid','GuestID','','','',0,'','I',1,0,0,0,0,0,0,NULL,0,0,'2020-12-28 01:22:45','2020-12-28 01:24:00'); /*!40000 ALTER TABLE `cm_co_ldap_provisioner_targets` ENABLE KEYS */; UNLOCK TABLES; @@ -1662,7 +2293,7 @@ CREATE TABLE `cm_co_org_identity_links` ( LOCK TABLES `cm_co_org_identity_links` WRITE; /*!40000 ALTER TABLE `cm_co_org_identity_links` DISABLE KEYS */; -INSERT INTO `cm_co_org_identity_links` VALUES (1,1,1,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); +INSERT INTO `cm_co_org_identity_links` (`id`, `co_person_id`, `org_identity_id`, `created`, `modified`, `co_org_identity_link_id`, `revision`, `deleted`, `actor_identifier`) VALUES (1,1,1,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); /*!40000 ALTER TABLE `cm_co_org_identity_links` ENABLE KEYS */; UNLOCK TABLES; @@ -1697,7 +2328,7 @@ CREATE TABLE `cm_co_people` ( LOCK TABLES `cm_co_people` WRITE; /*!40000 ALTER TABLE `cm_co_people` DISABLE KEYS */; -INSERT INTO `cm_co_people` VALUES (1,1,'A',NULL,NULL,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); +INSERT INTO `cm_co_people` (`id`, `co_id`, `status`, `date_of_birth`, `timezone`, `created`, `modified`, `co_person_id`, `revision`, `deleted`, `actor_identifier`) VALUES (1,1,'A',NULL,NULL,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); /*!40000 ALTER TABLE `cm_co_people` ENABLE KEYS */; UNLOCK TABLES; @@ -1743,7 +2374,7 @@ CREATE TABLE `cm_co_person_roles` ( LOCK TABLES `cm_co_person_roles` WRITE; /*!40000 ALTER TABLE `cm_co_person_roles` DISABLE KEYS */; -INSERT INTO `cm_co_person_roles` VALUES (1,1,NULL,NULL,'staff','Administrator',NULL,NULL,NULL,NULL,NULL,'A',NULL,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); +INSERT INTO `cm_co_person_roles` (`id`, `co_person_id`, `sponsor_co_person_id`, `cou_id`, `affiliation`, `title`, `o`, `ou`, `valid_from`, `valid_through`, `ordr`, `status`, `source_org_identity_id`, `created`, `modified`, `co_person_role_id`, `revision`, `deleted`, `actor_identifier`) VALUES (1,1,NULL,NULL,'staff','Administrator',NULL,NULL,NULL,NULL,NULL,'A',NULL,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); /*!40000 ALTER TABLE `cm_co_person_roles` ENABLE KEYS */; UNLOCK TABLES; @@ -1946,7 +2577,9 @@ CREATE TABLE `cm_co_provisioning_exports` ( LOCK TABLES `cm_co_provisioning_exports` WRITE; /*!40000 ALTER TABLE `cm_co_provisioning_exports` DISABLE KEYS */; -INSERT INTO `cm_co_provisioning_exports` VALUES (1,2,NULL,7,NULL,NULL,'2020-12-28 01:26:49','2020-12-28 01:26:49','2020-12-28 01:26:49'),(2,2,NULL,8,NULL,NULL,'2020-12-28 01:26:49','2020-12-28 01:26:49','2020-12-28 01:26:49'),(3,2,NULL,9,NULL,NULL,'2020-12-28 01:26:49','2020-12-28 01:26:49','2020-12-28 01:26:49'); +INSERT INTO `cm_co_provisioning_exports` (`id`, `co_provisioning_target_id`, `co_person_id`, `co_group_id`, `co_email_list_id`, `co_service_id`, `exporttime`, `created`, `modified`) VALUES (1,2,NULL,7,NULL,NULL,'2020-12-28 01:26:49','2020-12-28 01:26:49','2020-12-28 01:26:49'); +INSERT INTO `cm_co_provisioning_exports` (`id`, `co_provisioning_target_id`, `co_person_id`, `co_group_id`, `co_email_list_id`, `co_service_id`, `exporttime`, `created`, `modified`) VALUES (2,2,NULL,8,NULL,NULL,'2020-12-28 01:26:49','2020-12-28 01:26:49','2020-12-28 01:26:49'); +INSERT INTO `cm_co_provisioning_exports` (`id`, `co_provisioning_target_id`, `co_person_id`, `co_group_id`, `co_email_list_id`, `co_service_id`, `exporttime`, `created`, `modified`) VALUES (3,2,NULL,9,NULL,NULL,'2020-12-28 01:26:49','2020-12-28 01:26:49','2020-12-28 01:26:49'); /*!40000 ALTER TABLE `cm_co_provisioning_exports` ENABLE KEYS */; UNLOCK TABLES; @@ -2012,7 +2645,8 @@ CREATE TABLE `cm_co_provisioning_targets` ( LOCK TABLES `cm_co_provisioning_targets` WRITE; /*!40000 ALTER TABLE `cm_co_provisioning_targets` DISABLE KEYS */; -INSERT INTO `cm_co_provisioning_targets` VALUES (1,2,'test','LdapProvisioner',NULL,NULL,'A',1,'2020-12-05 02:25:55','2020-12-05 02:25:55'),(2,3,'Guests/Sponsored Accounts','LdapProvisioner',NULL,NULL,'A',1,'2020-12-28 01:22:45','2020-12-28 01:22:45'); +INSERT INTO `cm_co_provisioning_targets` (`id`, `co_id`, `description`, `plugin`, `provision_co_group_id`, `skip_org_identity_source_id`, `status`, `ordr`, `created`, `modified`) VALUES (1,2,'test','LdapProvisioner',NULL,NULL,'A',1,'2020-12-05 02:25:55','2020-12-05 02:25:55'); +INSERT INTO `cm_co_provisioning_targets` (`id`, `co_id`, `description`, `plugin`, `provision_co_group_id`, `skip_org_identity_source_id`, `status`, `ordr`, `created`, `modified`) VALUES (2,3,'Guests/Sponsored Accounts','LdapProvisioner',NULL,NULL,'A',1,'2020-12-28 01:22:45','2020-12-28 01:22:45'); /*!40000 ALTER TABLE `cm_co_provisioning_targets` ENABLE KEYS */; UNLOCK TABLES; @@ -2161,7 +2795,7 @@ CREATE TABLE `cm_co_settings` ( LOCK TABLES `cm_co_settings` WRITE; /*!40000 ALTER TABLE `cm_co_settings` DISABLE KEYS */; -INSERT INTO `cm_co_settings` VALUES (1,1,0,0,0,1440,1,0,1440,'honorific,given,middle,family,suffix','street','given','X','A',NULL,NULL,NULL,NULL,NULL,'2020-12-05 02:19:32','2020-12-05 02:19:32'); +INSERT INTO `cm_co_settings` (`id`, `co_id`, `enable_nsf_demo`, `disable_expiration`, `disable_ois_sync`, `group_validity_sync_window`, `enable_normalization`, `enable_empty_cou`, `invitation_validity`, `permitted_fields_name`, `required_fields_addr`, `required_fields_name`, `t_and_c_login_mode`, `sponsor_eligibility`, `sponsor_co_group_id`, `default_co_pipeline_id`, `elect_strategy_primary_name`, `co_dashboard_id`, `co_theme_id`, `created`, `modified`) VALUES (1,1,0,0,0,1440,1,0,1440,'honorific,given,middle,family,suffix','street','given','X','A',NULL,NULL,NULL,NULL,NULL,'2020-12-05 02:19:32','2020-12-05 02:19:32'); /*!40000 ALTER TABLE `cm_co_settings` ENABLE KEYS */; UNLOCK TABLES; @@ -2294,7 +2928,9 @@ CREATE TABLE `cm_cos` ( LOCK TABLES `cm_cos` WRITE; /*!40000 ALTER TABLE `cm_cos` DISABLE KEYS */; -INSERT INTO `cm_cos` VALUES (1,'COmanage','COmanage Registry Internal CO','A','2020-12-05 02:15:59','2020-12-05 02:15:59'),(2,'test','','A','2020-12-05 02:25:23','2020-12-05 02:25:23'),(3,'Guests/Sponsored Accounts','','A','2020-12-24 01:28:19','2020-12-24 01:28:19'); +INSERT INTO `cm_cos` (`id`, `name`, `description`, `status`, `created`, `modified`) VALUES (1,'COmanage','COmanage Registry Internal CO','A','2020-12-05 02:15:59','2020-12-05 02:15:59'); +INSERT INTO `cm_cos` (`id`, `name`, `description`, `status`, `created`, `modified`) VALUES (2,'test','','A','2020-12-05 02:25:23','2020-12-05 02:25:23'); +INSERT INTO `cm_cos` (`id`, `name`, `description`, `status`, `created`, `modified`) VALUES (3,'Guests/Sponsored Accounts','','A','2020-12-24 01:28:19','2020-12-24 01:28:19'); /*!40000 ALTER TABLE `cm_cos` ENABLE KEYS */; UNLOCK TABLES; @@ -2511,7 +3147,11 @@ CREATE TABLE `cm_history_records` ( LOCK TABLES `cm_history_records` WRITE; /*!40000 ALTER TABLE `cm_history_records` DISABLE KEYS */; -INSERT INTO `cm_history_records` VALUES (1,1,NULL,NULL,2,NULL,NULL,NULL,'ACGM','Added to CO Group CO:members:active (2) (member=Yes, owner=No)','2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'),(2,1,NULL,NULL,3,NULL,NULL,NULL,'ACGM','Added to CO Group CO:members:all (3) (member=Yes, owner=No)','2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'),(3,NULL,NULL,NULL,7,NULL,NULL,NULL,'PCGM','Provisioned Guests/Sponsored Accounts','2020-12-28 01:26:49','2020-12-28 01:26:49',NULL,0,0,'Shell user \"www-data\"'),(4,NULL,NULL,NULL,8,NULL,NULL,NULL,'PCGM','Provisioned Guests/Sponsored Accounts','2020-12-28 01:26:49','2020-12-28 01:26:49',NULL,0,0,'Shell user \"www-data\"'),(5,NULL,NULL,NULL,9,NULL,NULL,NULL,'PCGM','Provisioned Guests/Sponsored Accounts','2020-12-28 01:26:49','2020-12-28 01:26:49',NULL,0,0,'Shell user \"www-data\"'); +INSERT INTO `cm_history_records` (`id`, `co_person_id`, `co_person_role_id`, `org_identity_id`, `co_group_id`, `co_email_list_id`, `co_service_id`, `actor_co_person_id`, `action`, `comment`, `created`, `modified`, `history_record_id`, `revision`, `deleted`, `actor_identifier`) VALUES (1,1,NULL,NULL,2,NULL,NULL,NULL,'ACGM','Added to CO Group CO:members:active (2) (member=Yes, owner=No)','2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); +INSERT INTO `cm_history_records` (`id`, `co_person_id`, `co_person_role_id`, `org_identity_id`, `co_group_id`, `co_email_list_id`, `co_service_id`, `actor_co_person_id`, `action`, `comment`, `created`, `modified`, `history_record_id`, `revision`, `deleted`, `actor_identifier`) VALUES (2,1,NULL,NULL,3,NULL,NULL,NULL,'ACGM','Added to CO Group CO:members:all (3) (member=Yes, owner=No)','2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); +INSERT INTO `cm_history_records` (`id`, `co_person_id`, `co_person_role_id`, `org_identity_id`, `co_group_id`, `co_email_list_id`, `co_service_id`, `actor_co_person_id`, `action`, `comment`, `created`, `modified`, `history_record_id`, `revision`, `deleted`, `actor_identifier`) VALUES (3,NULL,NULL,NULL,7,NULL,NULL,NULL,'PCGM','Provisioned Guests/Sponsored Accounts','2020-12-28 01:26:49','2020-12-28 01:26:49',NULL,0,0,'Shell user \"www-data\"'); +INSERT INTO `cm_history_records` (`id`, `co_person_id`, `co_person_role_id`, `org_identity_id`, `co_group_id`, `co_email_list_id`, `co_service_id`, `actor_co_person_id`, `action`, `comment`, `created`, `modified`, `history_record_id`, `revision`, `deleted`, `actor_identifier`) VALUES (4,NULL,NULL,NULL,8,NULL,NULL,NULL,'PCGM','Provisioned Guests/Sponsored Accounts','2020-12-28 01:26:49','2020-12-28 01:26:49',NULL,0,0,'Shell user \"www-data\"'); +INSERT INTO `cm_history_records` (`id`, `co_person_id`, `co_person_role_id`, `org_identity_id`, `co_group_id`, `co_email_list_id`, `co_service_id`, `actor_co_person_id`, `action`, `comment`, `created`, `modified`, `history_record_id`, `revision`, `deleted`, `actor_identifier`) VALUES (5,NULL,NULL,NULL,9,NULL,NULL,NULL,'PCGM','Provisioned Guests/Sponsored Accounts','2020-12-28 01:26:49','2020-12-28 01:26:49',NULL,0,0,'Shell user \"www-data\"'); /*!40000 ALTER TABLE `cm_history_records` ENABLE KEYS */; UNLOCK TABLES; @@ -2589,7 +3229,7 @@ CREATE TABLE `cm_identifiers` ( LOCK TABLES `cm_identifiers` WRITE; /*!40000 ALTER TABLE `cm_identifiers` DISABLE KEYS */; -INSERT INTO `cm_identifiers` VALUES (1,'banderson','uid',1,'A',NULL,1,NULL,NULL,NULL,NULL,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); +INSERT INTO `cm_identifiers` (`id`, `identifier`, `type`, `login`, `status`, `co_person_id`, `org_identity_id`, `co_department_id`, `co_group_id`, `source_identifier_id`, `co_provisioning_target_id`, `created`, `modified`, `identifier_id`, `revision`, `deleted`, `actor_identifier`) VALUES (1,'banderson','uid',1,'A',NULL,1,NULL,NULL,NULL,NULL,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); /*!40000 ALTER TABLE `cm_identifiers` ENABLE KEYS */; UNLOCK TABLES; @@ -2639,7 +3279,7 @@ CREATE TABLE `cm_locks` ( `modified` datetime DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `cm_locks_i1` (`co_id`,`label`) -) ENGINE=InnoDB AUTO_INCREMENT=12086 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; +) ENGINE=InnoDB AUTO_INCREMENT=12152 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -2700,7 +3340,7 @@ CREATE TABLE `cm_meta` ( LOCK TABLES `cm_meta` WRITE; /*!40000 ALTER TABLE `cm_meta` DISABLE KEYS */; -INSERT INTO `cm_meta` VALUES ('3.3.1'); +INSERT INTO `cm_meta` (`upgrade_version`) VALUES ('3.3.1'); /*!40000 ALTER TABLE `cm_meta` ENABLE KEYS */; UNLOCK TABLES; @@ -2743,7 +3383,8 @@ CREATE TABLE `cm_names` ( LOCK TABLES `cm_names` WRITE; /*!40000 ALTER TABLE `cm_names` DISABLE KEYS */; -INSERT INTO `cm_names` VALUES (1,NULL,'Registry',NULL,'Anderson',NULL,'official',NULL,NULL,1,1,NULL,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'),(2,NULL,'Registry',NULL,'Anderson',NULL,'official',NULL,1,NULL,1,NULL,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); +INSERT INTO `cm_names` (`id`, `honorific`, `given`, `middle`, `family`, `suffix`, `type`, `language`, `co_person_id`, `org_identity_id`, `primary_name`, `source_name_id`, `created`, `modified`, `name_id`, `revision`, `deleted`, `actor_identifier`) VALUES (1,NULL,'Registry',NULL,'Anderson',NULL,'official',NULL,NULL,1,1,NULL,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); +INSERT INTO `cm_names` (`id`, `honorific`, `given`, `middle`, `family`, `suffix`, `type`, `language`, `co_person_id`, `org_identity_id`, `primary_name`, `source_name_id`, `created`, `modified`, `name_id`, `revision`, `deleted`, `actor_identifier`) VALUES (2,NULL,'Registry',NULL,'Anderson',NULL,'official',NULL,1,NULL,1,NULL,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); /*!40000 ALTER TABLE `cm_names` ENABLE KEYS */; UNLOCK TABLES; @@ -2873,7 +3514,7 @@ CREATE TABLE `cm_org_identities` ( LOCK TABLES `cm_org_identities` WRITE; /*!40000 ALTER TABLE `cm_org_identities` DISABLE KEYS */; -INSERT INTO `cm_org_identities` VALUES (1,NULL,NULL,'member',NULL,NULL,NULL,1,NULL,NULL,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); +INSERT INTO `cm_org_identities` (`id`, `status`, `date_of_birth`, `affiliation`, `title`, `o`, `ou`, `co_id`, `valid_from`, `valid_through`, `created`, `modified`, `org_identity_id`, `revision`, `deleted`, `actor_identifier`) VALUES (1,NULL,NULL,'member',NULL,NULL,NULL,1,NULL,NULL,'2020-12-05 02:15:59','2020-12-05 02:15:59',NULL,0,0,'Shell user \"root\"'); /*!40000 ALTER TABLE `cm_org_identities` ENABLE KEYS */; UNLOCK TABLES; @@ -3173,4 +3814,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2020-12-28 1:29:05 +-- Dump completed on 2020-12-28 2:02:10