Patched DateOnly columns

This commit is contained in:
Christopher Sanden
2026-03-29 14:35:15 +02:00
committed by Chris
parent 416d668294
commit ba0a5f1b6e
8 changed files with 847 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
"Provider": "Postgres"
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=example_prod;Username=postgres;Password=postgres"
"DefaultConnection": "Host=db;Port=5432;Database=db;Username=user;Password=password"
},
"Logging": {
"LogLevel": {