Skip to content
Snippets Groups Projects
Commit 49465e26 authored by edX cache uploader bot's avatar edX cache uploader bot
Browse files

Updating Bokchoy testing database cache

parent 13427973
No related branches found
No related tags found
No related merge requests found
5cedbeacef9015ba6ef1deca9f0b83319d2226c2
\ No newline at end of file
a39dfa49997f3d32b0ce74db1ce2246fe3854071
\ No newline at end of file
......@@ -2738,7 +2738,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=767 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=768 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `django_openid_auth_association`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
......@@ -3294,6 +3294,7 @@ CREATE TABLE `enterprise_enterprisecustomer` (
`enable_portal_saml_configuration_screen` tinyint(1) NOT NULL,
`default_contract_discount` decimal(8,5) DEFAULT NULL,
`enable_analytics_screen` tinyint(1) NOT NULL,
`enable_integrated_customer_learner_portal_search` tinyint(1) NOT NULL,
PRIMARY KEY (`uuid`),
UNIQUE KEY `enterprise_enterprisecustomer_slug_80411f46_uniq` (`slug`),
KEY `enterprise_enterprisecustomer_site_id_947ed084_fk_django_site_id` (`site_id`),
......@@ -3552,6 +3553,7 @@ CREATE TABLE `enterprise_historicalenterprisecustomer` (
`enable_portal_saml_configuration_screen` tinyint(1) NOT NULL,
`default_contract_discount` decimal(8,5) DEFAULT NULL,
`enable_analytics_screen` tinyint(1) NOT NULL,
`enable_integrated_customer_learner_portal_search` tinyint(1) NOT NULL,
PRIMARY KEY (`history_id`),
KEY `enterprise_historica_history_user_id_bbd9b0d6_fk_auth_user` (`history_user_id`),
KEY `enterprise_historicalenterprisecustomer_uuid_75c3528e` (`uuid`),
......
......@@ -36,7 +36,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=767 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=768 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
......
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