Skip to content

Commit b9b44b8

Browse files
Shivam-002waleedlatif1
authored andcommitted
fix(docs): clarify working directory for drizzle migration (#2375)
1 parent c4a6d11 commit b9b44b8

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
@@ -188,6 +188,7 @@ DATABASE_URL="postgresql://postgres:your_password@localhost:5432/simstudio"
188188

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

0 commit comments

Comments
 (0)