Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(timestamp): change column type timestamp to timestamptz #67

Open
sthelemann opened this issue Sep 18, 2024 · 1 comment
Open

fix(timestamp): change column type timestamp to timestamptz #67

sthelemann opened this issue Sep 18, 2024 · 1 comment

Comments

@sthelemann
Copy link

I noticed that some table columns have data type timestamp while others have data type timestamptz.
We should generally use data type timestamptz (or timestamp with time zone).

@dargmuesli
Copy link
Member

You're right! Good catch 🙏
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 ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants