Updating Bokchoy testing database cache (#23150)
This commit is contained in:
committed by
GitHub
parent
2bc735a91c
commit
7dadb5b98a
@@ -1 +1 @@
|
||||
3392666ad7149c55bc38fa861da01cf3f825064b
|
||||
f43f004ad1c98f551fe1dc5f9b222a5be2519978
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -504,6 +504,7 @@ CREATE TABLE `auth_userprofile` (
|
||||
`bio` varchar(3000) DEFAULT NULL,
|
||||
`profile_image_uploaded_at` datetime(6) DEFAULT NULL,
|
||||
`user_id` int(11) NOT NULL,
|
||||
`phone_number` varchar(50) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `user_id` (`user_id`),
|
||||
KEY `auth_userprofile_name_50909f10` (`name`),
|
||||
@@ -2552,7 +2553,7 @@ CREATE TABLE `django_migrations` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`applied` datetime(6) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=658 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=659 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 */;
|
||||
|
||||
@@ -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=658 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=659 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