Skip to content

Commit

Permalink
chore: improve instructions for running db-migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
ZavenArra committed Nov 5, 2021
1 parent b5dce70 commit e37c0d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ DATABASE_URL="postgresql://username:pwd@db_host:port/treetracker_db?false"
To create the necessary tables for your application, run db-migrate below.

```bash
cd datbaase/
db-migrate up --env dev --sql-file --migrations-dir=database/migrations --config=database/database.json
```

Expand Down

0 comments on commit e37c0d4

Please sign in to comment.