Merge pull request #8548 from BernieO/patch-1
fix: change 'sqlite' to 'sqlite3'
This commit is contained in:
commit
cd3eb80ef4
1 changed files with 3 additions and 3 deletions
|
@ -92,13 +92,13 @@ $CONFIG = array(
|
||||||
* ``supportedDatabases``
|
* ``supportedDatabases``
|
||||||
*
|
*
|
||||||
* Available:
|
* Available:
|
||||||
* - sqlite (SQLite3)
|
* - sqlite3 (SQLite3)
|
||||||
* - mysql (MySQL/MariaDB)
|
* - mysql (MySQL/MariaDB)
|
||||||
* - pgsql (PostgreSQL)
|
* - pgsql (PostgreSQL)
|
||||||
*
|
*
|
||||||
* Defaults to ``sqlite``
|
* Defaults to ``sqlite3``
|
||||||
*/
|
*/
|
||||||
'dbtype' => 'sqlite',
|
'dbtype' => 'sqlite3',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Your host server name, for example ``localhost``, ``hostname``,
|
* Your host server name, for example ``localhost``, ``hostname``,
|
||||||
|
|
Loading…
Reference in a new issue