Updating Bokchoy testing database cache (#27685)
This commit is contained in:
committed by
GitHub
parent
88a31e7792
commit
b0c74b4272
@@ -527,7 +527,6 @@ CREATE TABLE `auth_userprofile` (
|
||||
`city` longtext,
|
||||
`country` varchar(2) DEFAULT NULL,
|
||||
`goals` longtext,
|
||||
`allow_certificate` tinyint(1) DEFAULT NULL,
|
||||
`bio` varchar(3000) DEFAULT NULL,
|
||||
`profile_image_uploaded_at` datetime(6) DEFAULT NULL,
|
||||
`user_id` int(11) NOT NULL,
|
||||
@@ -3035,7 +3034,7 @@ CREATE TABLE `django_migrations` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`applied` datetime(6) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=869 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=870 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 */;
|
||||
|
||||
Reference in New Issue
Block a user