Skip to content

Commit

Permalink
fix(libraries/db): bug fix for links on db page
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyFriesenGitHub committed Oct 6, 2024
1 parent 7cb67b7 commit 3e30ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/src/content/docs/libraries/db.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pnpm nx run db:studio

### Other Drizzle-Kit commands

All other `drizzle-kit` [https://orm.drizzle.team/kit-docs/commands](commands) are supported, such as `generate` and `migrate`.
All other `drizzle-kit` [commands](https://orm.drizzle.team/kit-docs/commands) are supported, such as `generate` and `migrate`.
See the project graph to view them. Here is an example of running a migration:
```sh title="Terminal"
pnpm nx run db:migrate
Expand Down Expand Up @@ -121,4 +121,4 @@ Make sure that it is valid to make it optional.
If this happens, a last resort solution would be to delete the docker container & its volume,
and attempt a migration once again.

For more troubleshooting, see DrizzleORM's [https://orm.drizzle.team/kit-docs/faq](troubleshooting page)
For more troubleshooting, see DrizzleORM's [troubleshooting page](https://orm.drizzle.team/kit-docs/faq).

0 comments on commit 3e30ca8

Please sign in to comment.