Open sthelemann opened 1 month ago
You're right! Good catch :pray: Would you like to try implementing this change as next step? Small code changes allow for focus on understanding the git flow, then we can transition to tasks that are on the more extensive feature side as next step :sparkles:
I noticed that some table columns have data type
timestamp
while others have data typetimestamptz
. We should generally use data typetimestamptz
(ortimestamp with time zone
).