From 0548df09d9460e2ede4f016bde325ec5c6871117 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Tue, 27 Jun 2023 10:05:37 -0400 Subject: [PATCH] Update local-collaboration.md --- docs/local-collaboration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/local-collaboration.md b/docs/local-collaboration.md index bedaa1f7f1..f16df2b3e0 100644 --- a/docs/local-collaboration.md +++ b/docs/local-collaboration.md @@ -10,7 +10,8 @@ Then, from the root of the repo, run `script/bootstrap`. ### Have a db that is out of date? / Need to migrate? -Try `cd crates/collab && cargo run -- migrate` from the root of the repo. +1. Try `cd crates/collab && cargo run -- migrate` from the root of the repo. +2. Run `script/seed-db` ## Testing collab locally