From f13ed83d77052458232c9ed5bfdbf8da79694665 Mon Sep 17 00:00:00 2001 From: Andrew DeMaria Date: Sun, 2 Apr 2017 21:56:44 -0600 Subject: [PATCH] Added missing digit --- documentation/DATABASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/DATABASE.md b/documentation/DATABASE.md index 4692c508..c02dd769 100644 --- a/documentation/DATABASE.md +++ b/documentation/DATABASE.md @@ -12,7 +12,7 @@ a list of community tested setups: | HyperSQL | 2.X | ✕ | ✕ | No curent plans to support, look into SQLite instead? | | PostgreSQL | 9.5 | ✔ | ✔ | | | MariaDB | 10.2 | ✔ | ✔ | | -| MySQL | 5.7.1 | ✔ | ✕ | WIP | +| MySQL | 5.7.17 | ✔ | ✕ | WIP | If you wish to continue using the current hsql 1.8 database driver, no action is needed. If you wish to use another database, read on.