Remove MSSQL completely from list

This commit is contained in:
Lukas Reschke 2015-06-17 19:22:14 +02:00
parent d5ef1f28ce
commit 9e48f7f3ba
1 changed files with 0 additions and 2 deletions

View File

@ -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'
),
/**