You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/docs/data-model/backends.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ app MyApp {
50
50
```bash
51
51
rm -r migrations/
52
52
wasp clean
53
+
```
53
54
54
55
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.
55
56
4. In a different terminal, run `wasp db migrate-dev` to apply the changes and create a new initial migration.
0 commit comments