Skip to content

Commit

Permalink
remove invalid record in client table
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed May 21, 2024
1 parent bd23eca commit accbdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/database/cafe_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ UNLOCK TABLES;

LOCK TABLES `client` WRITE;
/*!40000 ALTER TABLE `client` DISABLE KEYS */;
INSERT INTO `client` VALUES (1,'Royal Road','Rochester',2),(2,'Main Road','Curepipe',9),(10,'Main Road','Curepipe',9);
INSERT INTO `client` VALUES (1,'Royal Road','Rochester',2),(2,'Main Road','Curepipe',9);
/*!40000 ALTER TABLE `client` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down

0 comments on commit accbdcc

Please sign in to comment.