Skip to content

Commit

Permalink
White space
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegunby committed Jun 20, 2023
1 parent 2c1dcfa commit 34f7e86
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/app/database/database-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
## Basic operations
### Initialize

To start a local Postgres database container in a detached state and run any
pending migrations, run `make init-db`. Running `make init` will also call `init-db` automatically.
To start a local Postgres database container in a detached state and run any
pending migrations, run `make init-db`. During initial setup, `init-db` is called
automatically when running `make init`.

### Start

Expand All @@ -31,7 +32,9 @@ To clean the database, use the following command:
make db-recreate
```

This will remove _all_ docker project volumes, rebuild the database volume, and run all pending migrations. Once completed, only the database container will be running. Simply run `make start` to bring up all other project containers.
This will remove _all_ docker project volumes, rebuild the database volume, and
run all pending migrations. Once completed, only the database container will be
running. Simply run `make start` to bring up all other project containers.

## Running migrations

Expand Down

0 comments on commit 34f7e86

Please sign in to comment.