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: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -117,10 +117,10 @@ When running tests we isolate the database between each test run by actually cre
117
117
118
118
If you wish to drop the development database you can execute:
119
119
```
120
-
docker exec boxel-pg dropdb -U postgres -w boxel
120
+
pnpm drop-db
121
121
```
122
122
123
-
You can then run `pnpm migrate up` to create the database again.
123
+
You can then run `pnpm migrate up`or start the realm server to create the database again.
124
124
125
125
#### DB Migrations
126
126
When the realm server starts up it will automatically run DB migrations that live in the `packages/realm-server/migrations` folder. As part of development you may wish to run migrations manually as well as to create a new migration.
0 commit comments