mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
fix enums
This commit is contained in:
@ -18,6 +18,12 @@ final class Database
|
||||
|
||||
const MARIADB104 = 'mariadb104';
|
||||
|
||||
const MARIADB106 = 'mariadb1006';
|
||||
|
||||
const MARIADB1011 = 'mariadb1011';
|
||||
|
||||
const MARIADB114 = 'mariadb114';
|
||||
|
||||
const POSTGRESQL12 = 'postgresql12';
|
||||
|
||||
const POSTGRESQL13 = 'postgresql13';
|
||||
|
Reference in New Issue
Block a user