Skip to content
Snippets Groups Projects
Commit 690000c7 authored by totten's avatar totten
Browse files

Set version to 5.25.beta3

parent be177277
No related branches found
No related tags found
No related merge requests found
{* file to handle db changes in 5.25.beta3 during upgrade *}
......@@ -398,7 +398,7 @@ UNLOCK TABLES;
 
LOCK TABLES `civicrm_domain` WRITE;
/*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.25.beta2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.25.beta3',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
UNLOCK TABLES;
 
<?xml version="1.0" encoding="iso-8859-1" ?>
<version>
<version_no>5.25.beta2</version_no>
<version_no>5.25.beta3</version_no>
</version>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment