Revert "Updating Bokchoy testing database cache (#20827)" (#20837)

This reverts commit aef1986cac.
This commit is contained in:
Jeremy Bowman
2019-06-17 10:56:40 -04:00
committed by GitHub
parent aef1986cac
commit 7b9a161875
5 changed files with 9 additions and 7 deletions

View File

@@ -1 +1 @@
a207ed7fb0e77efbd769e4904cfdb5221326e89d
eaf06c0a4b7fef23f00a56d6e7b8e87d37fb03e1

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2305,7 +2305,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=559 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=558 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 */;
@@ -2823,6 +2823,7 @@ CREATE TABLE `enterprise_enterprisecustomer` (
`name` varchar(255) NOT NULL,
`active` tinyint(1) NOT NULL,
`site_id` int(11) NOT NULL,
`catalog` int(10) unsigned DEFAULT NULL,
`enable_data_sharing_consent` tinyint(1) NOT NULL,
`enforce_data_sharing_consent` varchar(25) NOT NULL,
`enable_audit_enrollment` tinyint(1) NOT NULL,
@@ -3059,6 +3060,7 @@ CREATE TABLE `enterprise_historicalenterprisecustomer` (
`history_type` varchar(1) NOT NULL,
`history_user_id` int(11) DEFAULT NULL,
`site_id` int(11) DEFAULT NULL,
`catalog` int(10) unsigned DEFAULT NULL,
`enable_data_sharing_consent` tinyint(1) NOT NULL,
`enforce_data_sharing_consent` varchar(25) NOT NULL,
`enable_audit_enrollment` tinyint(1) NOT NULL,

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