It worked for me...

This commit is contained in:
2025-05-13 18:23:37 -04:00
parent 3d94baf410
commit e2b10097aa
8 changed files with 154 additions and 15 deletions

View File

@@ -20,7 +20,6 @@ docker run --rm -v $(PWD):/app siteworxpro/migrate:v4.18.3 create -ext sql -dir
```text
postgres://siteworxpro:password@localhost:5432/siteworxpro?sslmode=disable
```
```
```shell
docker run --rm -v $(PWD):/app siteworxpro/migrate:v4.18.3 -database "postgres://siteworxpro:password@localhost:5432/siteworxpro?sslmode=disable" -path /app/db/migrations up