From 838402f05ab13c42bd2bf2a9789a8c2279f4025d Mon Sep 17 00:00:00 2001 From: vicent Date: Mon, 31 Oct 2022 09:55:05 +0100 Subject: [PATCH] add fixtures --- db/dump/fixtures.sql | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/db/dump/fixtures.sql b/db/dump/fixtures.sql index 3d048f2cc8..2bac276c1f 100644 --- a/db/dump/fixtures.sql +++ b/db/dump/fixtures.sql @@ -2685,15 +2685,14 @@ UPDATE `account`.`user` INSERT INTO `postgresql`.`journey` (`journey_id`, `day_id`, `start`, `end`, `business_id`) VALUES (1, 1, '09:00:00', '13:00:00', 18), - (2, 1, '14:00:00', '19:00:00', 18); - -- (3, 3, '12:30:00', '19:00:00', 18), - -- (4, 4, '12:30:00', '19:00:00', 18), - -- (5, 5, '12:30:00', '19:00:00', 18), - -- (6, 6, '12:30:00', '19:00:00', 18), - -- (7, 1, '07:00:00', '12:00:00', 19), - -- (8, 2, '07:00:00', '12:00:00', 19), - -- (9, 3, '07:00:00', '12:00:00', 19), - -- (10, 4, '07:00:00', '12:00:00', 19), - -- (11, 5, '07:00:00', '12:00:00', 19), - -- (12, 6, '07:00:00', '12:00:00', 19); + (2, 1, '14:00:00', '19:00:00', 18), + (3, 3, '12:30:00', '19:00:00', 18), + (4, 4, '01:30:00', '07:30:00', 18), + (5, 5, '01:00:00', '09:00:00', 18), + (6, 6, '02:00:00', '08:00:00', 18), + (7, 1, '07:00:00', '12:00:00', 19), + (8, 2, '09:00:00', '17:00:00', 19), + (9, 3, '15:00:00', '19:00:00', 19), + (10, 4, '07:00:00', '14:00:00', 19), + (11, 5, '08:00:00', '13:00:00', 19);