Updating Bokchoy testing database cache (#26896)
This commit is contained in:
committed by
GitHub
parent
3cbf7d80f1
commit
aecf6f1d51
@@ -1 +1 @@
|
||||
cc44fde7d0242840c60d8f3b53afbb4489dbcfc0
|
||||
6185f6540fa71b8156f35f7407240526d487eb05
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -440,6 +440,7 @@ CREATE TABLE `auth_registration` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`activation_key` varchar(32) NOT NULL,
|
||||
`user_id` int(11) NOT NULL,
|
||||
`activation_timestamp` datetime(6) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `activation_key` (`activation_key`),
|
||||
UNIQUE KEY `user_id` (`user_id`),
|
||||
@@ -2996,7 +2997,7 @@ CREATE TABLE `django_migrations` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`applied` datetime(6) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=842 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=843 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=842 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=843 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