Updating Bokchoy testing database cache (#24935)
This commit is contained in:
committed by
GitHub
parent
728d57aac2
commit
df4ba9c8ba
@@ -1 +1 @@
|
||||
1539364a961e9852079b796d9b0f2cfb9e63726d
|
||||
1fde6e39ef2191615898d2a71777a1877a21bbda
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2720,7 +2720,7 @@ CREATE TABLE `django_migrations` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`applied` datetime(6) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=760 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=763 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 */;
|
||||
@@ -3274,6 +3274,7 @@ CREATE TABLE `enterprise_enterprisecustomer` (
|
||||
`enable_portal_subscription_management_screen` tinyint(1) NOT NULL,
|
||||
`enable_slug_login` tinyint(1) NOT NULL,
|
||||
`enable_portal_saml_configuration_screen` tinyint(1) NOT NULL,
|
||||
`default_contract_discount` decimal(8,5) DEFAULT NULL,
|
||||
PRIMARY KEY (`uuid`),
|
||||
UNIQUE KEY `enterprise_enterprisecustomer_slug_80411f46_uniq` (`slug`),
|
||||
KEY `enterprise_enterprisecustomer_site_id_947ed084_fk_django_site_id` (`site_id`),
|
||||
@@ -3530,6 +3531,7 @@ CREATE TABLE `enterprise_historicalenterprisecustomer` (
|
||||
`enable_portal_subscription_management_screen` tinyint(1) NOT NULL,
|
||||
`enable_slug_login` tinyint(1) NOT NULL,
|
||||
`enable_portal_saml_configuration_screen` tinyint(1) NOT NULL,
|
||||
`default_contract_discount` decimal(8,5) DEFAULT NULL,
|
||||
PRIMARY KEY (`history_id`),
|
||||
KEY `enterprise_historica_history_user_id_bbd9b0d6_fk_auth_user` (`history_user_id`),
|
||||
KEY `enterprise_historicalenterprisecustomer_uuid_75c3528e` (`uuid`),
|
||||
@@ -6889,6 +6891,7 @@ CREATE TABLE `third_party_auth_samlconfiguration` (
|
||||
`changed_by_id` int(11) DEFAULT NULL,
|
||||
`site_id` int(11) NOT NULL,
|
||||
`slug` varchar(30) NOT NULL,
|
||||
`is_public` tinyint(1) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `third_party_auth_sam_changed_by_id_c9343fb9_fk_auth_user` (`changed_by_id`),
|
||||
KEY `third_party_auth_sam_site_id_8fab01ee_fk_django_si` (`site_id`),
|
||||
|
||||
@@ -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=760 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=763 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