Add extra kinds to the tracked_time_entry
This commit is contained in:
parent
a2dfad331b
commit
ef301f6592
@ -3,7 +3,10 @@ class TrackedTimeEntry < ApplicationRecord
|
|||||||
|
|
||||||
enum :kind, [
|
enum :kind, [
|
||||||
:concurrent,
|
:concurrent,
|
||||||
:catchup
|
:catchup,
|
||||||
|
|
||||||
|
:preparation,
|
||||||
|
:review
|
||||||
]
|
]
|
||||||
|
|
||||||
def duration
|
def duration
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user