-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Seperated values: firt value was stripped, and quoting was not remove…
…d for first and last value
- Loading branch information
Showing
3 changed files
with
57 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ CREATE TABLE `points` ( | |
|
||
LOCK TABLES `points` WRITE; | ||
/*!40000 ALTER TABLE `points` DISABLE KEYS */; | ||
INSERT INTO `points` VALUES (1,'sgsjq','[\"[email protected]\",\"[email protected]\",\"[email protected]\"]','{\"email\":\"[email protected]\",\"last_name\":\"itrai\",\"first_name\":\"lbnvq\"}','dwghhfltmy@example.com,ctjebpytxb@example.com,gjvptyopbc@example.com',NULL,'2024-04-09 17:58:27.502417','2024-04-09 17:58:27.502417'),(2,'pvkkz','[\"[email protected]\",\"[email protected]\",\"[email protected]\"]','{\"email\":\"[email protected]\",\"last_name\":\"yzbhe\",\"first_name\":\"lcxlg\"}','ccrvzstlrl@example.com,iyvsfgvfcf@example.com,foifrlvniu@example.com','{\"email_changes\":[[\"[email protected]\"],[\"[email protected]\",\"[email protected]\"]]}','2024-04-09 17:58:58.337830','2024-04-09 17:58:58.337830'); | ||
INSERT INTO `points` VALUES (1,'sgsjq','[\"[email protected]\",\"[email protected]\",\"[email protected]\"]','{\"email\":\"[email protected]\",\"last_name\":\"itrai\",\"first_name\":\"lbnvq\"}','mdjjoyvdxe@example.com,zlhopsocec@example.com,ugkmsoicdk@example.com,[email protected]',NULL,'2024-04-09 17:58:27.502417','2024-04-09 17:58:27.502417'),(2,'pvkkz','[\"[email protected]\",\"[email protected]\",\"[email protected]\"]','{\"email\":\"[email protected]\",\"last_name\":\"yzbhe\",\"first_name\":\"lcxlg\"}','dvuvoetfay@example.com,maefvygipm@example.com,[email protected],qukrgrahjl@example.com','{\"email_changes\":[[\"[email protected]\"],[\"[email protected]\",\"[email protected]\"]]}','2024-04-09 17:58:58.337830','2024-04-09 17:58:58.337830'); | ||
/*!40000 ALTER TABLE `points` ENABLE KEYS */; | ||
UNLOCK TABLES; | ||
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; | ||
|