mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
Mysql 8.4 support and Stream log output (#407)
This commit is contained in:
@ -14,6 +14,8 @@ final class Database
|
||||
|
||||
const MYSQL80 = 'mysql80';
|
||||
|
||||
const MYSQL84 = 'mysql84';
|
||||
|
||||
const MARIADB103 = 'mariadb103';
|
||||
|
||||
const MARIADB104 = 'mariadb104';
|
||||
|
Reference in New Issue
Block a user