From 20fe44f8c7c5f30ec8f0ae01d3997625bb0557fa Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Wed, 28 Feb 2024 17:52:26 +0100 Subject: [PATCH] upgrade/5.7.x-to-5.8.0: note that there is no change in the db structure --- docs/install/upgrade/5.7.x-to-5.8.0.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/install/upgrade/5.7.x-to-5.8.0.md b/docs/install/upgrade/5.7.x-to-5.8.0.md index 2711b60c..c1f6a90e 100644 --- a/docs/install/upgrade/5.7.x-to-5.8.0.md +++ b/docs/install/upgrade/5.7.x-to-5.8.0.md @@ -57,9 +57,5 @@ Archived modules can be found in the repository: ### MySQL Database Structure -Run following SQL statements in MySQL client to upgrade database -structure from v5.7 to v5.8: - -``` sql -... -``` +There is no change in the database structure used for 5.7.x series that has to +be done in order to run same config with 5.8.x series.