maevsi / sqitch

maevsi's database migrations.
https://maev.si
1 stars 3 forks source link

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

Open sthelemann opened 1 month ago

sthelemann commented 1 month ago

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 commented 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: