Updating Bokchoy testing database cache (#21724)
This commit is contained in:
committed by
Jeremy Bowman
parent
c81cbe8327
commit
79836c3840
@@ -1 +1 @@
|
||||
a0f78b11bece608751353afa5cd991c8557537e6
|
||||
493fd6359a0f25565e1b21bdc6ced4dee2b7f60e
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2424,7 +2424,7 @@ CREATE TABLE `django_migrations` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`applied` datetime(6) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=588 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=590 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 */;
|
||||
@@ -2968,6 +2968,7 @@ CREATE TABLE `enterprise_enterprisecustomer` (
|
||||
`enable_portal_code_management_screen` tinyint(1) NOT NULL,
|
||||
`enable_learner_portal` tinyint(1) NOT NULL,
|
||||
`learner_portal_hostname` varchar(255) NOT NULL,
|
||||
`enable_portal_reporting_config_screen` 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`),
|
||||
@@ -3213,6 +3214,7 @@ CREATE TABLE `enterprise_historicalenterprisecustomer` (
|
||||
`enable_portal_code_management_screen` tinyint(1) NOT NULL,
|
||||
`enable_learner_portal` tinyint(1) NOT NULL,
|
||||
`learner_portal_hostname` varchar(255) NOT NULL,
|
||||
`enable_portal_reporting_config_screen` 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=588 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=590 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