We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743d367 commit cb8294eCopy full SHA for cb8294e
migrations/README.md
@@ -92,7 +92,7 @@ Then, in your main terminal window:
92
export DATABASE_URL="postgres://postgres@localhost:5435/postgres?sslmode=disable"
93
94
# Create a new migration (make sure to specify the migrations directory)
95
-dbmate --migrations-dir="migrations/db" new '<some message>'
+dbmate --migrations-dir="migrations/db/migrations" new '<some message>'
96
```
97
98
Then, execute the migration at `./migrations/db/xxxxxxxxx_<some_message>` and make sure it runs successfully with:
0 commit comments