From 98354f78f9cf3fe1a03529d0f07cf665655af848 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 2 Nov 2023 10:53:59 +0000 Subject: [PATCH 1/2] Revert "Update database.md (#9017)" This reverts commit c58a6cbb1c9f407594695adf0af1061c6abd4d72. --- database.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/database.md b/database.md index 9e5cad1a760..64123d35997 100644 --- a/database.md +++ b/database.md @@ -19,10 +19,10 @@ Almost every modern web application interacts with a database. Laravel makes int
-- MariaDB 10.11+ ([Version Policy](https://mariadb.org/about/#maintenance-policy)) -- MySQL 8.0+ ([Version Policy](https://en.wikipedia.org/wiki/MySQL#Release_history)) -- PostgreSQL 12.0+ ([Version Policy](https://www.postgresql.org/support/versioning/)) -- SQLite 3.35.0+ +- MariaDB 10.3+ ([Version Policy](https://mariadb.org/about/#maintenance-policy)) +- MySQL 5.7+ ([Version Policy](https://en.wikipedia.org/wiki/MySQL#Release_history)) +- PostgreSQL 10.0+ ([Version Policy](https://www.postgresql.org/support/versioning/)) +- SQLite 3.8.8+ - SQL Server 2017+ ([Version Policy](https://docs.microsoft.com/en-us/lifecycle/products/?products=sql-server))
From 3c9ccd26efd23336a7d6861a661a94a4c9ea3367 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 5 Mar 2024 08:49:54 -0600 Subject: [PATCH 2/2] Update database.md Co-authored-by: Julius Kiekbusch --- database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database.md b/database.md index 64123d35997..6e57029f4a9 100644 --- a/database.md +++ b/database.md @@ -22,7 +22,7 @@ Almost every modern web application interacts with a database. Laravel makes int - MariaDB 10.3+ ([Version Policy](https://mariadb.org/about/#maintenance-policy)) - MySQL 5.7+ ([Version Policy](https://en.wikipedia.org/wiki/MySQL#Release_history)) - PostgreSQL 10.0+ ([Version Policy](https://www.postgresql.org/support/versioning/)) -- SQLite 3.8.8+ +- SQLite 3.35.0+ - SQL Server 2017+ ([Version Policy](https://docs.microsoft.com/en-us/lifecycle/products/?products=sql-server))