Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/hungry-beds-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': patch
---

fix: make `drizzle` next steps more precise
4 changes: 4 additions & 0 deletions packages/addons/drizzle/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,10 @@ export default defineAddon({
steps.push(
`Run ${highlighter.command(`${packageManager} run db:start`)} to start the docker container`
);
} else {
steps.push(
`Check ${highlighter.env('DATABASE_URL')} in ${highlighter.path('.env')} and adjust it to your needs`
);
}
steps.push(
`Run ${highlighter.command(`${packageManager} run db:push`)} to update your database schema`
Expand Down
Loading