Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianLThomas committed Apr 7, 2024
1 parent 75b61b6 commit 1175a8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Also done via GitHub Actions. However if you want to deploy manually, you can do
# Database

```bash
npm run db:init # executes the migration script to setup the db
npm run db:query # simple select statement against the DB
npm run db:init:local # executes the migration script to setup the db
npm run db:query:local # simple select statement against the DB

# the above commands run locally due to the `--local` flag.
# the above commands run locally due to the `--local` flag. There's also the remote equivalents.

npm run db:generate # generates a migration script if you change the schema
```
Expand Down

0 comments on commit 1175a8f

Please sign in to comment.