Merge pull request #20038 from edx/youngstrom/update-fixture
Manually update bokchoy cache db and bump edx-enterprise
This commit is contained in:
@@ -1 +1 @@
|
||||
c5af88e0004bfcbcc5076f70a5adce561f783218
|
||||
b1f0f279c7e33a9fe16c72e9ee03dd852a3616ce
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -366,7 +366,7 @@ CREATE TABLE `auth_permission` (
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `auth_permission_content_type_id_codename_01ab375a_uniq` (`content_type_id`,`codename`),
|
||||
CONSTRAINT `auth_permission_content_type_id_2f476e4b_fk_django_co` FOREIGN KEY (`content_type_id`) REFERENCES `django_content_type` (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=1155 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=2267 DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
DROP TABLE IF EXISTS `auth_registration`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
@@ -2174,7 +2174,7 @@ CREATE TABLE `django_content_type` (
|
||||
`model` varchar(100) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `django_content_type_app_label_model_76bd3d3b_uniq` (`app_label`,`model`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=384 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=753 DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
DROP TABLE IF EXISTS `django_migrations`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
@@ -2185,7 +2185,7 @@ CREATE TABLE `django_migrations` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`applied` datetime(6) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=526 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=527 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 */;
|
||||
@@ -2965,6 +2965,7 @@ CREATE TABLE `enterprise_systemwideenterpriserole` (
|
||||
`created` datetime(6) NOT NULL,
|
||||
`modified` datetime(6) NOT NULL,
|
||||
`name` varchar(255) NOT NULL,
|
||||
`description` longtext,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `name` (`name`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
|
||||
|
||||
@@ -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=526 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=527 DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
|
||||
|
||||
|
||||
@@ -113,17 +113,17 @@ edx-django-release-util==0.3.1
|
||||
edx-django-sites-extensions==2.3.1
|
||||
edx-django-utils==1.0.3
|
||||
edx-drf-extensions==2.1.0
|
||||
edx-enterprise==1.3.1
|
||||
edx-enterprise==1.3.5
|
||||
edx-i18n-tools==0.4.8
|
||||
edx-milestones==0.1.13
|
||||
edx-oauth2-provider==1.2.2
|
||||
edx-opaque-keys[django]==0.4.4
|
||||
edx-organizations==1.0.1
|
||||
edx-proctoring-proctortrack==1.0.4
|
||||
edx-proctoring==1.5.21
|
||||
edx-rbac==0.1.3 # via edx-enterprise
|
||||
edx-proctoring==1.6.0
|
||||
edx-rbac==0.1.5 # via edx-enterprise
|
||||
edx-rest-api-client==1.9.2
|
||||
edx-search==1.2.1
|
||||
edx-search==1.2.2
|
||||
edx-submissions==2.1.1
|
||||
edx-user-state-client==1.0.4
|
||||
edxval==1.1.25
|
||||
|
||||
@@ -135,7 +135,7 @@ edx-django-release-util==0.3.1
|
||||
edx-django-sites-extensions==2.3.1
|
||||
edx-django-utils==1.0.3
|
||||
edx-drf-extensions==2.1.0
|
||||
edx-enterprise==1.3.1
|
||||
edx-enterprise==1.3.5
|
||||
edx-i18n-tools==0.4.8
|
||||
edx-lint==1.1.1
|
||||
edx-milestones==0.1.13
|
||||
@@ -143,10 +143,10 @@ edx-oauth2-provider==1.2.2
|
||||
edx-opaque-keys[django]==0.4.4
|
||||
edx-organizations==1.0.1
|
||||
edx-proctoring-proctortrack==1.0.4
|
||||
edx-proctoring==1.5.21
|
||||
edx-rbac==0.1.3
|
||||
edx-proctoring==1.6.0
|
||||
edx-rbac==0.1.5
|
||||
edx-rest-api-client==1.9.2
|
||||
edx-search==1.2.1
|
||||
edx-search==1.2.2
|
||||
edx-sphinx-theme==1.4.0
|
||||
edx-submissions==2.1.1
|
||||
edx-user-state-client==1.0.4
|
||||
|
||||
@@ -131,7 +131,7 @@ edx-django-release-util==0.3.1
|
||||
edx-django-sites-extensions==2.3.1
|
||||
edx-django-utils==1.0.3
|
||||
edx-drf-extensions==2.1.0
|
||||
edx-enterprise==1.3.1
|
||||
edx-enterprise==1.3.5
|
||||
edx-i18n-tools==0.4.8
|
||||
edx-lint==1.1.1
|
||||
edx-milestones==0.1.13
|
||||
@@ -139,10 +139,10 @@ edx-oauth2-provider==1.2.2
|
||||
edx-opaque-keys[django]==0.4.4
|
||||
edx-organizations==1.0.1
|
||||
edx-proctoring-proctortrack==1.0.4
|
||||
edx-proctoring==1.5.21
|
||||
edx-rbac==0.1.3
|
||||
edx-proctoring==1.6.0
|
||||
edx-rbac==0.1.5
|
||||
edx-rest-api-client==1.9.2
|
||||
edx-search==1.2.1
|
||||
edx-search==1.2.2
|
||||
edx-submissions==2.1.1
|
||||
edx-user-state-client==1.0.4
|
||||
edxval==1.1.25
|
||||
|
||||
Reference in New Issue
Block a user