civicrm_generated.mysql (civicrm-core-5.59.2) | : | civicrm_generated.mysql (civicrm-core-5.59.3) | ||
---|---|---|---|---|
skipping to change at line 3058 | skipping to change at line 3058 | |||
/*!40000 ALTER TABLE `civicrm_discount` ENABLE KEYS */; | /*!40000 ALTER TABLE `civicrm_discount` ENABLE KEYS */; | |||
UNLOCK TABLES; | UNLOCK TABLES; | |||
-- | -- | |||
-- Dumping data for table `civicrm_domain` | -- Dumping data for table `civicrm_domain` | |||
-- | -- | |||
LOCK TABLES `civicrm_domain` WRITE; | LOCK TABLES `civicrm_domain` WRITE; | |||
/*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */; | /*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */; | |||
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_i d`, `locales`, `locale_custom_strings`) VALUES | INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_i d`, `locales`, `locale_custom_strings`) VALUES | |||
(1,'Default Domain Name',NULL,'5.59.2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}'); | (1,'Default Domain Name',NULL,'5.59.3',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}'); | |||
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */; | /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */; | |||
UNLOCK TABLES; | UNLOCK TABLES; | |||
-- | -- | |||
-- Dumping data for table `civicrm_email` | -- Dumping data for table `civicrm_email` | |||
-- | -- | |||
LOCK TABLES `civicrm_email` WRITE; | LOCK TABLES `civicrm_email` WRITE; | |||
/*!40000 ALTER TABLE `civicrm_email` DISABLE KEYS */; | /*!40000 ALTER TABLE `civicrm_email` DISABLE KEYS */; | |||
INSERT INTO `civicrm_email` (`id`, `contact_id`, `location_type_id`, `email`, `i s_primary`, `is_billing`, `on_hold`, `is_bulkmail`, `hold_date`, `reset_date`, ` signature_text`, `signature_html`) VALUES | INSERT INTO `civicrm_email` (`id`, `contact_id`, `location_type_id`, `email`, `i s_primary`, `is_billing`, `on_hold`, `is_bulkmail`, `hold_date`, `reset_date`, ` signature_text`, `signature_html`) VALUES | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |