Add migrations

This commit is contained in:
2020-10-08 14:08:50 +02:00
parent 98d8c2e5d8
commit 7ee52c758b
10 changed files with 779 additions and 141 deletions

7
go.mod
View File

@@ -2,4 +2,9 @@ module trikotwaschliste
go 1.15
require github.com/gin-gonic/gin v1.6.3
require (
github.com/caarlos0/env/v6 v6.3.0
github.com/gin-gonic/gin v1.6.3
github.com/golang-migrate/migrate/v4 v4.13.0
github.com/jackc/pgx/v4 v4.9.0
)