Skip to content

Commit 8902d89

Browse files
committed
Fix typo in docs
1 parent 5e45dad commit 8902d89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/docs/data-model/backends.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ app MyApp {
5050
```bash
5151
rm -r migrations/
5252
wasp clean
53+
```
5354

5455
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.
5556
4. In a different terminal, run `wasp db migrate-dev` to apply the changes and create a new initial migration.

0 commit comments

Comments
 (0)