From 17ea17fc753df373ca9acee46f06d3cf31ca7084 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 2 Aug 2024 18:32:11 -0500 Subject: wip --- fixtures/tasks.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fixtures/tasks.sql') diff --git a/fixtures/tasks.sql b/fixtures/tasks.sql index 93d8a59..3e948df 100644 --- a/fixtures/tasks.sql +++ b/fixtures/tasks.sql @@ -1,4 +1,4 @@ -INSERT INTO task (id, user_id, title, description, remote, location, start_at, end_at) VALUES( +INSERT INTO task (id, user_id, title, description, remote, location, start, duration) VALUES( 'd5d31b54-0fc4-432c-9212-25175749c7f4', '4c14f795-86f0-4361-a02f-0edb966fb145', 'Unload Cargo', @@ -6,5 +6,5 @@ INSERT INTO task (id, user_id, title, description, remote, location, start_at, e FALSE, 'Astroid Gamma 2b, Madranite Mining Belt, 42d5b4, Orion Beta', '2042-05-13 12:00:00 -5', - '2042-05-13 15:00:00 -5' + '3 hours' ); -- cgit v1.2.3-70-g09d2