Skip to content

Commit

Permalink
fix missing parenthesis (#6600)
Browse files Browse the repository at this point in the history
  • Loading branch information
arosequist authored Jan 16, 2025
1 parent 2eba072 commit 62a103b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ This command:
The `migrate deploy` command:

- **Does not** issue a warning if an already applied migration is _missing_ from migration history
- **Does not** detect drift (production database schema differs from migration history end state - for example, due to a hotfix
- **Does not** detect drift (production database schema differs from migration history end state - for example, due to a hotfix)
- **Does not** reset the database or generate artifacts (such as Prisma Client)
- **Does not** rely on a shadow database

Expand Down

0 comments on commit 62a103b

Please sign in to comment.