From ef301f659218ee2889f5ad4533285d826602df29 Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Fri, 6 Oct 2023 21:10:26 +0100 Subject: [PATCH] Add extra kinds to the tracked_time_entry --- app/models/tracked_time_entry.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/models/tracked_time_entry.rb b/app/models/tracked_time_entry.rb index 7086d80..28d5dc6 100644 --- a/app/models/tracked_time_entry.rb +++ b/app/models/tracked_time_entry.rb @@ -3,7 +3,10 @@ class TrackedTimeEntry < ApplicationRecord enum :kind, [ :concurrent, - :catchup + :catchup, + + :preparation, + :review ] def duration