Updating Bokchoy testing database cache (#22933)
This commit is contained in:
committed by
Jeremy Bowman
parent
600d51c45d
commit
811d45c1ae
@@ -1 +1 @@
|
||||
24d49075cda94bfd48834962a3148886354790ca
|
||||
3ffc8dc2d7c40a0477aba5f1976d6b2e17b3b59f
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2549,7 +2549,7 @@ CREATE TABLE `django_migrations` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`applied` datetime(6) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=644 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=647 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 */;
|
||||
@@ -2834,7 +2834,6 @@ CREATE TABLE `edxval_thirdpartytranscriptcredentialsstate` (
|
||||
`modified` datetime(6) NOT NULL,
|
||||
`org` varchar(32) NOT NULL,
|
||||
`provider` varchar(20) NOT NULL,
|
||||
`exists` tinyint(1) DEFAULT NULL,
|
||||
`has_creds` tinyint(1) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `edxval_thirdpartytranscr_org_provider_188f7ddf_uniq` (`org`,`provider`)
|
||||
@@ -3225,8 +3224,10 @@ CREATE TABLE `enterprise_enterprisecustomeruser` (
|
||||
`user_id` int(10) unsigned NOT NULL,
|
||||
`enterprise_customer_id` char(32) NOT NULL,
|
||||
`active` tinyint(1) NOT NULL,
|
||||
`linked` tinyint(1) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `enterprise_enterprisecus_enterprise_customer_id_u_ffddc29f_uniq` (`enterprise_customer_id`,`user_id`),
|
||||
KEY `enterprise_enterprisecustomeruser_user_id_aa8d772f` (`user_id`),
|
||||
CONSTRAINT `enterprise_enterpris_enterprise_customer__f0fea924_fk_enterpris` FOREIGN KEY (`enterprise_customer_id`) REFERENCES `enterprise_enterprisecustomer` (`uuid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
@@ -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=644 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=647 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