Skip to content

Commit 842200b

Browse files
authored
fix(docs): clarify working directory for drizzle migration (#2375)
1 parent a0fb889 commit 842200b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ DATABASE_URL="postgresql://postgres:your_password@localhost:5432/simstudio"
187187

188188
Then run the migrations:
189189
```bash
190+
cd apps/sim # Required so drizzle picks correct .env file
190191
bunx drizzle-kit migrate --config=./drizzle.config.ts
191192
```
192193

0 commit comments

Comments
 (0)