Updating Bokchoy testing database cache (#23345)
This commit is contained in:
committed by
GitHub
parent
02d8913339
commit
8914fafaad
@@ -1 +1 @@
|
||||
6845243c23260ef4edbc91a3f5806c1d30b49974
|
||||
de85536e6a21494cf28354ef1761f81e95fb655b
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1336,10 +1336,15 @@ CREATE TABLE `content_libraries_contentlibrarypermission` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`access_level` varchar(30) NOT NULL,
|
||||
`library_id` int(11) NOT NULL,
|
||||
`user_id` int(11) NOT NULL,
|
||||
`user_id` int(11) DEFAULT NULL,
|
||||
`group_id` int(11) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `content_libraries_conten_library_id_user_id_81babe29_uniq` (`library_id`,`user_id`),
|
||||
UNIQUE KEY `content_libraries_conten_library_id_group_id_3ecc38b9_uniq` (`library_id`,`group_id`),
|
||||
KEY `content_libraries_co_library_id_51247096_fk_content_l` (`library_id`),
|
||||
KEY `content_libraries_co_user_id_b071c54d_fk_auth_user` (`user_id`),
|
||||
KEY `content_libraries_co_group_id_c2a4b6a1_fk_auth_grou` (`group_id`),
|
||||
CONSTRAINT `content_libraries_co_group_id_c2a4b6a1_fk_auth_grou` FOREIGN KEY (`group_id`) REFERENCES `auth_group` (`id`),
|
||||
CONSTRAINT `content_libraries_co_library_id_51247096_fk_content_l` FOREIGN KEY (`library_id`) REFERENCES `content_libraries_contentlibrary` (`id`),
|
||||
CONSTRAINT `content_libraries_co_user_id_b071c54d_fk_auth_user` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
@@ -2613,7 +2618,7 @@ CREATE TABLE `django_migrations` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`applied` datetime(6) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=675 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=679 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 */;
|
||||
@@ -5605,7 +5610,6 @@ DROP TABLE IF EXISTS `site_configuration_siteconfiguration`;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `site_configuration_siteconfiguration` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`values` longtext NOT NULL,
|
||||
`site_id` int(11) NOT NULL,
|
||||
`enabled` tinyint(1) NOT NULL,
|
||||
`site_values` longtext NOT NULL,
|
||||
@@ -5621,7 +5625,6 @@ CREATE TABLE `site_configuration_siteconfigurationhistory` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`created` datetime(6) NOT NULL,
|
||||
`modified` datetime(6) NOT NULL,
|
||||
`values` longtext NOT NULL,
|
||||
`site_id` int(11) NOT NULL,
|
||||
`enabled` tinyint(1) NOT NULL,
|
||||
`site_values` longtext NOT NULL,
|
||||
|
||||
@@ -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=675 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=679 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