Updating Bokchoy testing database cache (#26225)

This commit is contained in:
edX cache uploader bot
2021-01-29 04:56:13 -05:00
committed by GitHub
parent 0b08001bb9
commit 2f994a9b21
5 changed files with 8 additions and 5 deletions

View File

@@ -1 +1 @@
11f54215ae1688b61955053e6c6800362ab1315e
ccd62cad707819d4cc72a0594abbd4aa98477be4

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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=823 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=824 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 */;
@@ -4008,9 +4008,12 @@ CREATE TABLE `enterprise_systemwideenterpriseuserroleassignment` (
`role_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`applies_to_all_contexts` tinyint(1) NOT NULL,
`enterprise_customer_id` char(32) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `enterprise_systemwid_role_id_bc7092f0_fk_enterpris` (`role_id`),
KEY `enterprise_systemwid_user_id_e890aef2_fk_auth_user` (`user_id`),
KEY `enterprise_systemwid_enterprise_customer__0136c565_fk_enterpris` (`enterprise_customer_id`),
CONSTRAINT `enterprise_systemwid_enterprise_customer__0136c565_fk_enterpris` FOREIGN KEY (`enterprise_customer_id`) REFERENCES `enterprise_enterprisecustomer` (`uuid`),
CONSTRAINT `enterprise_systemwid_role_id_bc7092f0_fk_enterpris` FOREIGN KEY (`role_id`) REFERENCES `enterprise_systemwideenterpriserole` (`id`),
CONSTRAINT `enterprise_systemwid_user_id_e890aef2_fk_auth_user` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

View File

@@ -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=823 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=824 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;