More "semantic-versioning" compatible check for back-end schema
All threads resolved!
All threads resolved!
Compare changes
- Daniel Hornung authored
+ 15
− 6
@@ -175,6 +175,15 @@ class DatabaseConnectionPool {
@@ -175,6 +175,15 @@ class DatabaseConnectionPool {
@@ -186,9 +195,9 @@ class DatabaseConnectionPool {
@@ -186,9 +195,9 @@ class DatabaseConnectionPool {
@@ -200,13 +209,13 @@ class DatabaseConnectionPool {
@@ -200,13 +209,13 @@ class DatabaseConnectionPool {
"Version of the MySQL/MariaDB schema is incompatible.\n\tExpected: {}.{}\n\tActual: {}\nPlease upgrade the mysql backend.\n\n",
"Version of the MySQL/MariaDB schema is incompatible.\n\tExpected: {}.{}\n\tActual: {}\nPlease upgrade the server.\n\n",
@@ -216,7 +225,7 @@ class DatabaseConnectionPool {
@@ -216,7 +225,7 @@ class DatabaseConnectionPool {
"Version of the MySQL/MariaDB schema is incompatible.\n\tExpected: {}.{}\n\tActual: {}\nPlease upgrade the mysql backend.\n\n",
@@ -225,7 +234,7 @@ class DatabaseConnectionPool {
@@ -225,7 +234,7 @@ class DatabaseConnectionPool {
"Version of the MySQL schema could not be determined. This probably means, that the version is too old.\n\tExpected: {}.{}\n\tActual: unknown\nPlease upgrade the mysql backend.\n\n",