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