Skip to content

Commit

Permalink
fix page
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowOnPaper committed Jan 23, 2024
1 parent 3a1b5fa commit 4b2fe71
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/pages/upgrade-v3/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: "Upgrade your MySQL database to v3"
---

**Migration must be handled manually or else there's a high likelihood you will lose all your data**. **Do NOT use automated tools as is.** Read this guide carefully as some parts depend on your current structure (**especially the table names**), and feel free to ask questions on our Discord server if you have any questions.

# Upgrade your MySQL database to v3

**Migration must be handled manually or else you will lose all your data**. **Do NOT use automated tools as is.** Read this guide carefully as some parts depend on your current structure (**especially the table names**), and feel free to ask questions on our Discord server if you have any questions.

## Update the adapter

Install the latest version of the MySQL adapter package.
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/upgrade-v3/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Upgrade your PostgreSQL database to v3"

# Upgrade your PostgreSQL database to v3

**Migration must be handled manually or else there's a high likelihood you will lose all your data**. **Do NOT use automated tools as is.** Read this guide carefully as some parts depend on your current structure (**especially the table names**), and feel free to ask questions on our Discord server if you have any questions.
**Migration must be handled manually or else you will lose all your data**. **Do NOT use automated tools as is.** Read this guide carefully as some parts depend on your current structure (**especially the table names**), and feel free to ask questions on our Discord server if you have any questions.

## Update the adapter

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/upgrade-v3/prisma/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: "Upgrade Prisma and your MySQL database to v3"

The v3 Prisma adapter now requires all fields to be `camelCase`.

**Migration must be handled manually or else there's a high likelihood you will lose all your data**. **Do NOT use Prisma's migration tools as is**. Read this guide carefully as some parts depend on your current structure (**especially the table names**), and feel free to ask questions on our Discord server if you have any questions.
**Migration must be handled manually or else you will lose all your data**. **Do NOT use Prisma's migration tools as is**. Read this guide carefully as some parts depend on your current structure (**especially the table names**), and feel free to ask questions on our Discord server if you have any questions.

## Update session table

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/upgrade-v3/prisma/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: "Upgrade Prisma and your PostgreSQL database to v3"

The v3 Prisma adapter now requires all fields to be `camelCase`.

**Migration must be handled manually or else there's a high likelihood you will lose all your data**. **Do NOT use Prisma's migration tools as is**. Read this guide carefully as some parts depend on your current structure (**especially the table names**), and feel free to ask questions on our Discord server if you have any questions.
**Migration must be handled manually or else you will lose all your data**. **Do NOT use Prisma's migration tools as is**. Read this guide carefully as some parts depend on your current structure (**especially the table names**), and feel free to ask questions on our Discord server if you have any questions.


## Update session table
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/upgrade-v3/prisma/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: "Upgrade Prisma and your SQLite database to v3"

The v3 Prisma adapter now requires all fields to be `camelCase`.

**Migration must be handled manually or else there's a high likelihood you will lose all your data**. **Do NOT use Prisma's migration tools as is**. Read this guide carefully as some parts depend on your current structure (**especially the table names**), and feel free to ask questions on our Discord server if you have any questions.
**Migration must be handled manually or else you will lose all your data**. **Do NOT use Prisma's migration tools as is**. Read this guide carefully as some parts depend on your current structure (**especially the table names**), and feel free to ask questions on our Discord server if you have any questions.

## Update session table

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/upgrade-v3/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Upgrade your SQLite database to v3"

# Upgrade your SQLite database to v3

**Migration must be handled manually or else there's a high likelihood you will lose all your data**. **Do NOT use automated tools as is.** Read this guide carefully as some parts depend on your current structure (**especially the table names**), and feel free to ask questions on our Discord server if you have any questions.
**Migration must be handled manually or else you will lose all your data**. **Do NOT use automated tools as is.** Read this guide carefully as some parts depend on your current structure (**especially the table names**), and feel free to ask questions on our Discord server if you have any questions.

## Update the adapter

Expand Down

0 comments on commit 4b2fe71

Please sign in to comment.