Remove MSSQL completely from list
This commit is contained in:
parent
d5ef1f28ce
commit
9e48f7f3ba
|
@ -984,14 +984,12 @@ $CONFIG = array(
|
|||
* - mysql (MySQL)
|
||||
* - pgsql (PostgreSQL)
|
||||
* - oci (Oracle - Enterprise Edition Only)
|
||||
* - mssql (Microsoft SQL Server - Enterprise Edition Only)
|
||||
*/
|
||||
'supportedDatabases' => array(
|
||||
'sqlite',
|
||||
'mysql',
|
||||
'pgsql',
|
||||
'oci',
|
||||
'mssql'
|
||||
),
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue