Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sodic committed Oct 17, 2023
1 parent 5e45dad commit 8902d89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/docs/data-model/backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ app MyApp {
```bash
rm -r migrations/
wasp clean
```

3. Ensure your new database is running (check the [section on connecing to a database](#connecting-to-a-database) to see how). Leave it running, since we need it for the next step.
4. In a different terminal, run `wasp db migrate-dev` to apply the changes and create a new initial migration.
Expand Down

0 comments on commit 8902d89

Please sign in to comment.