Update API to handle the multiple formats of datetime Postgres might use.

This commit is contained in:
2019-05-18 12:18:35 -05:00
parent 4c60c30b7d
commit 5026e3963c
4 changed files with 22 additions and 7 deletions

5
api/database-prod.json Normal file
View File

@@ -0,0 +1,5 @@
{
"driver": "postgres",
"connectionString": "host=localhost port=5999 dbname=personal_measure user=postgres",
"sqlDir": "src/main/sql/migrations"
}