README: make it clearer that you have to run `migrate` on fresh installs too

This commit is contained in:
Lotte Steenbrink 2024-01-15 18:05:40 +01:00 committed by xuwhite
parent b20124e57e
commit 50b1abe0d1
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ cd docker
docker compose up -d docker compose up -d
``` ```
#### Migrate #### Set Up / Migrate Database
Import database changes to migrate it to the newest version Create the Database Schema (on a fresh install) or import database changes to migrate it to the newest version
```bash ```bash
cd docker cd docker
docker compose exec es_server bin/migrate docker compose exec es_server bin/migrate