From e752777541738cf29d624f23c7cfbee6cb0996c8 Mon Sep 17 00:00:00 2001 From: Ben Irvin Date: Thu, 12 Jan 2023 16:49:23 +0100 Subject: [PATCH] fix table order --- README.md | 12 ++++++------ packages/core/strapi/README.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index aa56d38f8d..80c7fd88a8 100644 --- a/README.md +++ b/README.md @@ -95,12 +95,12 @@ Strapi only supports maintenance and LTS versions of Node.js. Please refer to th **Database:** -| Database | Minimum | Recommended | -| ---------- | ------- | ----------- | -| MySQL | 5.7.8 | 8.0 | -| MariaDB | 10.3 | 10.6 | -| PostgreSQL | 11.0 | 14.0 | -| SQLite | 3 | 3 | +| Database | Recommended | Minimum | +| ---------- | ----------- | ------- | +| MySQL | 8.0 | 5.7.8 | +| MariaDB | 10.6 | 10.3 | +| PostgreSQL | 14.0 | 11.0 | +| SQLite | 3 | 3 | **We recommend always using the latest version of Strapi stable to start your new projects**. diff --git a/packages/core/strapi/README.md b/packages/core/strapi/README.md index aa56d38f8d..80c7fd88a8 100644 --- a/packages/core/strapi/README.md +++ b/packages/core/strapi/README.md @@ -95,12 +95,12 @@ Strapi only supports maintenance and LTS versions of Node.js. Please refer to th **Database:** -| Database | Minimum | Recommended | -| ---------- | ------- | ----------- | -| MySQL | 5.7.8 | 8.0 | -| MariaDB | 10.3 | 10.6 | -| PostgreSQL | 11.0 | 14.0 | -| SQLite | 3 | 3 | +| Database | Recommended | Minimum | +| ---------- | ----------- | ------- | +| MySQL | 8.0 | 5.7.8 | +| MariaDB | 10.6 | 10.3 | +| PostgreSQL | 14.0 | 11.0 | +| SQLite | 3 | 3 | **We recommend always using the latest version of Strapi stable to start your new projects**.