Merge pull request #24982 from edx/testeng/bokchoy_auto_cache_update_a39dfa49997f3d32b0ce74db1ce2246fe3854071
Bokchoy Testing DB Cache update
This commit is contained in:
@@ -1 +1 @@
|
||||
5cedbeacef9015ba6ef1deca9f0b83319d2226c2
|
||||
a39dfa49997f3d32b0ce74db1ce2246fe3854071
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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 */;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user