From 41d0e56a0ec9e63d0a50560afe49385ae03256b4 Mon Sep 17 00:00:00 2001 From: edx-cache-uploader-bot <35307298+edx-cache-uploader-bot@users.noreply.github.com> Date: Fri, 29 Jun 2018 15:08:43 -0400 Subject: [PATCH] Updating migrations --- common/test/db_cache/bok_choy_schema_student_module_history.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/test/db_cache/bok_choy_schema_student_module_history.sql b/common/test/db_cache/bok_choy_schema_student_module_history.sql index cb445bf6a4..6949872311 100644 --- a/common/test/db_cache/bok_choy_schema_student_module_history.sql +++ b/common/test/db_cache/bok_choy_schema_student_module_history.sql @@ -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=465 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB AUTO_INCREMENT=469 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;