Skip to content
Snippets Groups Projects
Commit 0affdfe9 authored by gitsync's avatar gitsync
Browse files

Update version to 4.4.beta4

parent 09c86097
Branches
Tags
No related merge requests found
{* file to handle db changes in 4.4.beta4 during upgrade *}
......@@ -382,7 +382,7 @@ UNLOCK TABLES;
 
LOCK TABLES `civicrm_domain` WRITE;
/*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'4.4.beta3',1,NULL,NULL);
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'4.4.beta4',1,NULL,NULL);
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
UNLOCK TABLES;
 
<?xml version="1.0" encoding="iso-8859-1" ?>
<version>
<version_no>4.4.beta3</version_no>
<version_no>4.4.beta4</version_no>
</version>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment