Fix flowchart image url

This commit is contained in:
Rui Hildt 2020-03-25 18:46:13 +00:00
parent 60e7da542b
commit ae40dcfc96
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
See: https://dbdiagram.io/d/5e769ab14495b02c3b88936f
## Flowchart
![Meeting Scheduler Flowchart](https://git.armada.digital/rui/meeting-scheduler-backend/src/branch/master/research/meetingscheduler.png "Meeting Scheduler Flowchart")
![Meeting Scheduler Flowchart](https://git.armada.digital/rui/meeting-scheduler-backend/src/branch/master/research/meetingscheduler.jpg "Meeting Scheduler Flowchart")
## How to deal with date and time in PostgreSQL?
- use `datetime` datatype without timezone (datetime with timezone is using offset, which doesn't work well with DST)