diff --git a/db/atlas/atlas.hcl b/db/atlas/atlas.hcl index f854622..24a7afd 100644 --- a/db/atlas/atlas.hcl +++ b/db/atlas/atlas.hcl @@ -2,7 +2,7 @@ env "stripe_invoice_dev" { url = "postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@postgres:5432/stripe_invoice_dev?sslmode=disable" migration { - dir = "./stripe_invoice/migrations" + dir = "file://./stripe_invoice/migrations" } } @@ -10,6 +10,6 @@ env "stripe_invoice_prod" { url = "postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@postgres:5432/stripe_invoice_prod?sslmode=disable" migration { - dir = "./stripe_invoice/migrations" + dir = "file://./stripe_invoice/migrations" } }