Updating migrations

This commit is contained in:
edx-cache-uploader-bot
2018-05-30 17:28:16 -04:00
committed by Michael Youngstrom
parent 783aca5559
commit dddb4a9548
5 changed files with 8 additions and 7 deletions

View File

@@ -1 +1 @@
51c0d1d754ff731cf41ff7190a64d244acc418c9
34ca93e04553b114b9de1142b6a1a4cd7e2c2ceb

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2094,7 +2094,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=453 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=454 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 */;
@@ -2671,6 +2671,7 @@ CREATE TABLE `enterprise_enterprisecustomeruser` (
`modified` datetime(6) NOT NULL,
`user_id` int(10) unsigned NOT NULL,
`enterprise_customer_id` char(32) NOT NULL,
`active` tinyint(1) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `enterprise_enterpri_enterprise_customer_id_257cf08ca29bc48b_uniq` (`enterprise_customer_id`,`user_id`),
CONSTRAINT `D38bb8d455e64dd8470b7606517efded` FOREIGN KEY (`enterprise_customer_id`) REFERENCES `enterprise_enterprisecustomer` (`uuid`)

View File

@@ -35,7 +35,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=453 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=454 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;