Skip to content

Commit

Permalink
Update prisma.mdx | numbered list correctly (#30609)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOtherBrian1 authored Nov 25, 2024
1 parent 1e20265 commit d2facb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/docs/content/guides/database/prisma.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ If you plan to solely use Prisma instead of the Supabase Data API (PostgREST), t

</StepHikeCompact.Step>

<StepHikeCompact.Step step={5}>
<StepHikeCompact.Step step={4}>
<StepHikeCompact.Details title="Create your migrations">

If you have already modified your Supabase database, synchronize it with your migration file. Otherwise create new tables for your database
Expand Down Expand Up @@ -373,7 +373,7 @@ If you plan to solely use Prisma instead of the Supabase Data API (PostgREST), t
</StepHikeCompact.Code>
</StepHikeCompact.Step>
<StepHikeCompact.Step step={6}>
<StepHikeCompact.Step step={5}>
<StepHikeCompact.Details title="Install the prisma client">
Install the prisma client and generate its model
</StepHikeCompact.Details>
Expand Down Expand Up @@ -414,7 +414,7 @@ If you plan to solely use Prisma instead of the Supabase Data API (PostgREST), t
</StepHikeCompact.Code>
</StepHikeCompact.Step>
<StepHikeCompact.Step step={7}>
<StepHikeCompact.Step step={6}>
<StepHikeCompact.Details title="Test your API">
Create a index.ts file and run it to test your connection
</StepHikeCompact.Details>
Expand Down

0 comments on commit d2facb9

Please sign in to comment.