Updating Bokchoy testing database cache (#25996)
This commit is contained in:
committed by
GitHub
parent
70f910935c
commit
830ca33564
@@ -1 +1 @@
|
||||
322bb08cae4168425cd5fa8cc3dea360e9e868c9
|
||||
c86261d49e684729f762c4543a4ec3e376dc9f15
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2930,7 +2930,7 @@ CREATE TABLE `django_migrations` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`applied` datetime(6) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=814 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=816 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 */;
|
||||
@@ -3908,7 +3908,6 @@ CREATE TABLE `enterprise_historicalpendingenterprisecustomeruser` (
|
||||
PRIMARY KEY (`history_id`),
|
||||
KEY `enterprise_historica_history_user_id_c491461b_fk_auth_user` (`history_user_id`),
|
||||
KEY `enterprise_historicalpendingenterprisecustomeruser_id_3cf88198` (`id`),
|
||||
KEY `enterprise_historicalpendin_user_email_88c478b4` (`user_email`),
|
||||
KEY `enterprise_historicalpendin_enterprise_customer_id_6c02ed95` (`enterprise_customer_id`),
|
||||
CONSTRAINT `enterprise_historica_history_user_id_c491461b_fk_auth_user` FOREIGN KEY (`history_user_id`) REFERENCES `auth_user` (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
@@ -3959,7 +3958,10 @@ CREATE TABLE `enterprise_pendingenterprisecustomeradminuser` (
|
||||
`user_email` varchar(254) NOT NULL,
|
||||
`enterprise_customer_id` char(32) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `enterprise_pendingenterp_enterprise_customer_id_u_3b1fae93_uniq` (`enterprise_customer_id`,`user_email`),
|
||||
UNIQUE KEY `unique pending admin user and EnterpriseCustomer` (`user_email`,`enterprise_customer_id`),
|
||||
KEY `enterprise_pendingenterpris_enterprise_customer_id_aae02661` (`enterprise_customer_id`),
|
||||
KEY `enterprise__user_em_fead22_idx` (`user_email`,`enterprise_customer_id`),
|
||||
KEY `enterprise__user_em_6e1f5b_idx` (`user_email`),
|
||||
CONSTRAINT `enterprise_pendingen_enterprise_customer__aae02661_fk_enterpris` FOREIGN KEY (`enterprise_customer_id`) REFERENCES `enterprise_enterprisecustomer` (`uuid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
@@ -3973,8 +3975,10 @@ CREATE TABLE `enterprise_pendingenterprisecustomeruser` (
|
||||
`user_email` varchar(254) NOT NULL,
|
||||
`enterprise_customer_id` char(32) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `enterprise_pendingenterp_user_email_5440d1d3_uniq` (`user_email`),
|
||||
UNIQUE KEY `unique user and EnterpriseCustomer` (`user_email`,`enterprise_customer_id`),
|
||||
KEY `enterprise_pendingen_enterprise_customer__a858ce2d_fk_enterpris` (`enterprise_customer_id`),
|
||||
KEY `enterprise__user_em_f98d36_idx` (`user_email`,`enterprise_customer_id`),
|
||||
KEY `enterprise__user_em_488930_idx` (`user_email`),
|
||||
CONSTRAINT `enterprise_pendingen_enterprise_customer__a858ce2d_fk_enterpris` FOREIGN KEY (`enterprise_customer_id`) REFERENCES `enterprise_enterprisecustomer` (`uuid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
@@ -5605,6 +5609,7 @@ CREATE TABLE `proctoring_proctoredexamstudentattempt` (
|
||||
`proctored_exam_id` int(11) NOT NULL,
|
||||
`user_id` int(11) NOT NULL,
|
||||
`is_status_acknowledged` tinyint(1) NOT NULL,
|
||||
`time_remaining_seconds` int(11) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `proctoring_proctored_proctored_exam_id_0732c688_fk_proctorin` (`proctored_exam_id`),
|
||||
KEY `proctoring_proctoredexamstudentattempt_attempt_code_b10ad854` (`attempt_code`),
|
||||
|
||||
@@ -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=814 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=816 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