diff --git a/mysql-microservice/test-dump.sql b/mysql-microservice/test-dump.sql index 0d55487..801aec8 100644 --- a/mysql-microservice/test-dump.sql +++ b/mysql-microservice/test-dump.sql @@ -35,7 +35,7 @@ CREATE TABLE `students` ( LOCK TABLES `students` WRITE; /*!40000 ALTER TABLE `students` DISABLE KEYS */; -INSERT INTO `students` VALUES (1130328,'Varun Kumar'); +INSERT INTO `students` VALUES (757575,'Praveen k'); /*!40000 ALTER TABLE `students` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;