Updating Bokchoy testing database cache (#23950)
This commit is contained in:
committed by
GitHub
parent
4bf975fdd8
commit
57d8a552c7
@@ -1 +1 @@
|
||||
6834e32054da7aef6156ccef196a7509d5e4e333
|
||||
f9d97f632dc973deb0eff626898536e42bd2ac7f
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2631,7 +2631,7 @@ CREATE TABLE `django_migrations` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`applied` datetime(6) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=719 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=720 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 */;
|
||||
@@ -3198,6 +3198,7 @@ CREATE TABLE `enterprise_enterprisecustomer` (
|
||||
`enable_portal_reporting_config_screen` tinyint(1) NOT NULL,
|
||||
`contact_email` varchar(254) DEFAULT NULL,
|
||||
`enable_portal_subscription_management_screen` tinyint(1) NOT NULL,
|
||||
`enable_slug_login` 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`),
|
||||
@@ -3450,6 +3451,7 @@ CREATE TABLE `enterprise_historicalenterprisecustomer` (
|
||||
`enable_portal_reporting_config_screen` tinyint(1) NOT NULL,
|
||||
`contact_email` varchar(254) DEFAULT NULL,
|
||||
`enable_portal_subscription_management_screen` tinyint(1) NOT NULL,
|
||||
`enable_slug_login` 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=719 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=720 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