docs: remove mentions of SQLite (#4045)

* docs: removed mentions of sqlite

* removed mentions of the seed option

* remove sidebar link

* Made PostgreSQL a required tool

* fixed heading
This commit is contained in:
Shahed Nasser
2023-06-01 14:23:45 +03:00
committed by GitHub
parent 274056a38d
commit c22b4ace0c
16 changed files with 46 additions and 151 deletions
@@ -9,12 +9,6 @@ import Icons from '@theme/Icon';
In this document, you'll learn what Migrations are in Medusa.
:::note
Medusas Migrations do not work with SQLite databases. They are intended to be used with PostgreSQL databases, which is the recommended database for using Medusa in production.
:::
## What are Migrations
Migrations are scripts that are used to make additions or changes to your database schema. In Medusa, they are essential for both when you first install your backend and for subsequent backend upgrades later on.