Updating migrations
This commit is contained in:
committed by
Michael Youngstrom
parent
8515cdf463
commit
bdc690af58
@@ -2095,7 +2095,7 @@ CREATE TABLE `django_migrations` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`applied` datetime(6) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=436 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=437 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 */;
|
||||
@@ -5203,6 +5203,7 @@ CREATE TABLE `third_party_auth_ltiproviderconfig` (
|
||||
`sync_learner_profile_data` tinyint(1) NOT NULL,
|
||||
`send_welcome_email` tinyint(1) NOT NULL,
|
||||
`slug` varchar(30) NOT NULL,
|
||||
`enable_sso_id_verification` tinyint(1) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `third_party_auth__changed_by_id_7749e09fd5f71ab0_fk_auth_user_id` (`changed_by_id`),
|
||||
KEY `third_party_auth_ltiproviderconfig_fe8da584` (`lti_hostname`),
|
||||
@@ -5238,6 +5239,7 @@ CREATE TABLE `third_party_auth_oauth2providerconfig` (
|
||||
`sync_learner_profile_data` tinyint(1) NOT NULL,
|
||||
`send_welcome_email` tinyint(1) NOT NULL,
|
||||
`slug` varchar(30) NOT NULL,
|
||||
`enable_sso_id_verification` tinyint(1) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `third_party_auth__changed_by_id_17044d1cd96e8d57_fk_auth_user_id` (`changed_by_id`),
|
||||
KEY `third_party_auth_oauth2providerconfig_abcd61c0` (`backend_name`),
|
||||
@@ -5319,6 +5321,7 @@ CREATE TABLE `third_party_auth_samlproviderconfig` (
|
||||
`saml_configuration_id` int(11) DEFAULT NULL,
|
||||
`send_welcome_email` tinyint(1) NOT NULL,
|
||||
`slug` varchar(30) NOT NULL,
|
||||
`enable_sso_id_verification` tinyint(1) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `third_party_auth__changed_by_id_508190ecd0b0e845_fk_auth_user_id` (`changed_by_id`),
|
||||
KEY `third_party_auth_samlproviderconfig_9365d6e7` (`site_id`),
|
||||
|
||||
Reference in New Issue
Block a user