summaryrefslogtreecommitdiffstats
path: root/fixtures/tasks.sql
blob: 93d8a59ea0b59dfba2177bc44b54006a112fbd52 (plain)
1
2
3
4
5
6
7
8
9
10
INSERT INTO task (id, user_id, title, description, remote, location, start_at, end_at) VALUES(
    'd5d31b54-0fc4-432c-9212-25175749c7f4',
    '4c14f795-86f0-4361-a02f-0edb966fb145',
    'Unload Cargo',
    'I''ve got some cargo I need unloading.',
    FALSE,
    'Astroid Gamma 2b, Madranite Mining Belt, 42d5b4, Orion Beta',
    '2042-05-13 12:00:00 -5',
    '2042-05-13 15:00:00 -5'
);