Add new fields to entries #15
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have been considering adding extra fields to entries, currently, updates are tracked automatically using the sequelize
updated_atfield but we will need to start tracking when an entry changes status (planned<->playing<->beaten).Planned new fields:
I am considering more fields to add, this will come with time.
Introduced
statusChangedAtto replace the usage ofupdatedAtwith5abb10f7c3, other parameters to be added in due course.