convert datetime fields to timestamp fields since we want to store UTC timestamps (#1187)

This commit is contained in:
Athou
2024-01-13 14:20:46 +01:00
parent b0aa6ae524
commit c4fbf98200
3 changed files with 30 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ services:
postgresql:
image: postgres
environment:
POSTGRES_USER: root
POSTGRES_PASSWORD: root
POSTGRES_DB: commafeed
- POSTGRES_USER=root
- POSTGRES_PASSWORD=root
- POSTGRES_DB=commafeed
ports:
- 5432:5432