add fixtures

This commit is contained in:
Vicent Llopis 2022-10-31 09:55:05 +01:00
parent 786ba0d614
commit 838402f05a
1 changed files with 10 additions and 11 deletions

View File

@ -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);