Skip to content

Commit 8bfd3a1

Browse files
authored
Merge pull request #413 from kostyamospan/patch-1
typo fix in migrations.mdx, scheama -> schema
2 parents e828c3d + 8dd6da1 commit 8bfd3a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/documentation/docs/migrations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export const users = p.pgTable("users", {
161161
└─┬──────────────────────┘
162162
163163
1. read previous migration folders
164-
2. find diff between current and previous scheama
164+
2. find diff between current and previous schema
165165
3. prompt developer for renames if necessary
166166
4. generate SQL migration and persist to file
167167
│ ┌─┴───────────────────────────────────────┐
@@ -229,7 +229,7 @@ export const users = p.pgTable("users", {
229229
└─┬──────────────────────┘
230230
231231
1. read previous migration folders
232-
2. find diff between current and previous scheama
232+
2. find diff between current and previous schema
233233
3. prompt developer for renames if necessary
234234
4. generate SQL migration and persist to file
235235
│ ┌─┴───────────────────────────────────────┐

0 commit comments

Comments
 (0)