Skip to content
Snippets Groups Projects
Unverified Commit 04d3e9b9 authored by Stu Young's avatar Stu Young Committed by GitHub
Browse files

Merge pull request #18094 from...

Merge pull request #18094 from edx/testeng/bokchoy_auto_cache_update_f18a9d4e742f5e646d6176a845c96988e0240754

Bokchoy db cache update
parents 5b193096 82ac53a4
No related branches found
Tags release-2018-05-01-10.00
No related merge requests found
d9252d990137c43d4aba1ea98d513f728cc1b735
\ No newline at end of file
f18a9d4e742f5e646d6176a845c96988e0240754
\ No newline at end of file
......@@ -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=437 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=440 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 */;
......
......@@ -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=437 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=440 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment