Skip to content

Commit cb8294e

Browse files
samrosekangmingtay
andauthored
Update migrations/README.md
Co-authored-by: Kang Ming <[email protected]>
1 parent 743d367 commit cb8294e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Then, in your main terminal window:
9292
export DATABASE_URL="postgres://postgres@localhost:5435/postgres?sslmode=disable"
9393

9494
# Create a new migration (make sure to specify the migrations directory)
95-
dbmate --migrations-dir="migrations/db" new '<some message>'
95+
dbmate --migrations-dir="migrations/db/migrations" new '<some message>'
9696
```
9797

9898
Then, execute the migration at `./migrations/db/xxxxxxxxx_<some_message>` and make sure it runs successfully with:

0 commit comments

Comments
 (0)