Skip to content
Snippets Groups Projects
Commit 55b239b2 authored by Lukáš Kratochvíl's avatar Lukáš Kratochvíl
Browse files

fix: sample.sql - removed ',' from director surnames

parent ac77d920
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ INSERT INTO "Director" ("id", "createdAt", "updatedAt", "deletedAt", "name", "su
('641a6488-49a1-4df9-aac4-0980e4eb9047', '2022-06-17 03:23:43.804', '2022-06-17 03:23:43.805', NULL, 'Steven', 'Spielberg', NULL),
('17124574-c42d-453a-a277-408b2c008a1d', '2022-06-17 03:24:01.142', '2022-06-17 03:24:01.143', NULL, 'Francis', 'Ford', NULL),
('986d434f-20ce-4288-bf52-aef2f8bbb869', '2022-06-17 03:24:14.254', '2022-06-17 03:24:14.255', NULL, 'Sidney', 'Lumet', NULL),
('54eaf53f-0591-41de-b722-57e4c71b5aa1', '2022-06-17 03:24:27.349', '2022-06-17 03:24:27.35', NULL, 'Eric', 'Toledano,', NULL),
('54eaf53f-0591-41de-b722-57e4c71b5aa1', '2022-06-17 03:24:27.349', '2022-06-17 03:24:27.35', NULL, 'Eric', 'Toledano', NULL),
('6243b3f8-ac10-472e-9baf-c97c07507a81', '2022-06-17 03:24:44.44', '2022-06-17 03:24:44.441', NULL, 'Jan', 'Hřebejk', NULL),
('46cb4b90-d2e9-4b2f-87ef-371d9eea3cc9', '2022-06-17 03:24:57.628', '2022-06-17 03:24:57.629', NULL, 'James', 'Cameron', NULL),
('a394181b-50e7-4ebb-b5d5-04ff16f92ef3', '2022-06-17 03:25:14.717', '2022-06-17 03:25:14.717', NULL, 'Joseph', 'Kosinski', NULL),
......@@ -64,7 +64,7 @@ INSERT INTO "Director" ("id", "createdAt", "updatedAt", "deletedAt", "name", "su
('947ec5dc-6387-4049-8c80-e442ced8268b', '2022-06-17 03:26:45.23', '2022-06-17 03:26:45.23', NULL, 'Sergio', 'Leone', NULL),
('c108844d-b56f-4017-b87e-a085fa52ab8d', '2022-06-17 03:26:58.438', '2022-06-17 03:26:58.438', NULL, 'Christopher', 'Nolan', NULL),
('bdab1bf7-04a3-490b-8dd6-4167576f5686', '2022-06-17 03:27:19.736', '2022-06-17 03:27:19.736', NULL, 'Clint', 'Eastwood', NULL),
('ea3f40f7-d6d3-4ba2-a726-843b8f0b9c2e', '2022-06-17 03:27:28.609', '2022-06-17 03:27:28.609', NULL, 'Lilly', 'Wachowski,', NULL),
('ea3f40f7-d6d3-4ba2-a726-843b8f0b9c2e', '2022-06-17 03:27:28.609', '2022-06-17 03:27:28.609', NULL, 'Lilly', 'Wachowski', NULL),
('32ab1439-a1b1-49ff-8840-d7530a10dbee', '2022-06-17 03:27:59.508', '2022-06-17 03:27:59.508', NULL, 'Barry', 'Levinson', NULL),
('ccf8809f-6dbc-45b8-a796-3e04dc3076db', '2022-06-17 03:28:12.484', '2022-06-17 03:28:12.484', NULL, 'John', 'Sturges', NULL),
('fe3ffb22-b415-4860-82ef-4f6f07e64c55', '2022-06-17 03:28:29.453', '2022-06-17 03:28:29.454', NULL, 'Jiří', 'Krejčík', NULL),
......@@ -80,7 +80,7 @@ INSERT INTO "Director" ("id", "createdAt", "updatedAt", "deletedAt", "name", "su
('4c215c46-2e36-4ec2-a580-7023ee5324a5', '2022-06-17 03:32:05.126', '2022-06-17 03:32:05.127', NULL, 'Irvin', 'Kershner', NULL),
('950163f9-c842-4a1f-b195-a2f4c7245bdb', '2022-06-17 03:32:26.196', '2022-06-17 03:32:26.196', NULL, 'Martin', 'Frič', NULL),
('138a6ec7-6a38-4fca-997e-66bfebfec317', '2022-06-17 03:32:54.524', '2022-06-17 03:32:54.525', NULL, 'Curtis', 'Hanson', NULL),
('84fb6602-de41-4b76-9c1a-581ebac234df', '2022-06-17 03:33:15.638', '2022-06-17 03:33:15.639', NULL, 'Fernando', 'Meirelles,', NULL),
('84fb6602-de41-4b76-9c1a-581ebac234df', '2022-06-17 03:33:15.638', '2022-06-17 03:33:15.639', NULL, 'Fernando', 'Meirelles', NULL),
('6ba690c6-39a6-4eec-8e1b-5067fe5492ae', '2022-06-17 03:34:33.233', '2022-06-17 03:34:33.233', NULL, 'Juraj', 'Herz', NULL),
('bd48f395-6de7-492c-a0a5-113a79e394c9', '2022-06-17 03:34:58.687', '2022-06-17 03:34:58.688', NULL, 'Kevin', 'Costner', NULL);
......
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