From dd136858f1ea40ad3c94191d647487fa4f31926c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Oct 2024 20:33:49 +0200 Subject: Adding upstream version 9.0.0. Signed-off-by: Daniel Baumann --- models/fixtures/stopwatch.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 models/fixtures/stopwatch.yml (limited to 'models/fixtures/stopwatch.yml') diff --git a/models/fixtures/stopwatch.yml b/models/fixtures/stopwatch.yml new file mode 100644 index 0000000..b7919d6 --- /dev/null +++ b/models/fixtures/stopwatch.yml @@ -0,0 +1,11 @@ +- + id: 1 + user_id: 1 + issue_id: 1 + created_unix: 1500988001 + +- + id: 2 + user_id: 2 + issue_id: 2 + created_unix: 1500988002 -- cgit v1.2.3