Skip to content

Commit

Permalink
Merge branch 'main' into jharrell/nextjs-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell authored Jan 17, 2025
2 parents 03244ef + 61358b0 commit 7ac9f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/components/shortcodes/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

.container {
margin: 16px 0 0 0;
width: 198px;
width: 220px;
text-overflow: ellipsis;

@media only screen and (max-width: 767px) {
Expand Down

0 comments on commit 7ac9f67

Please sign in to comment.