Fixes database updater

This commit is contained in:
Hondacrx
2025-10-12 12:08:16 -04:00
parent aaae1d95b4
commit 3c4602e4a1
+1 -1
View File
@@ -279,7 +279,7 @@ namespace Framework.Database
// Since MySQL 9.4 command line client commands are disabled by default
// We need to enable them to use `SOURCE` command
if (version.Build >= 9 && version.Major >= 4)
if (version.Major >= 9 && version.Minor >= 4)
args += "--commands=ON ";
// Execute sql file