mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-10 21:26:35 +01:00
First stable release of Codiad Install supporting PostgreSQL
This commit is contained in:
parent
2ab41df9a2
commit
e61dea9574
@ -96,7 +96,7 @@ if ( ! ( defined( 'DBHOST' ) && defined( 'DBNAME' ) && defined( 'DBUSER' ) && de
|
||||
//Valid databases Codiad is able to use
|
||||
$db_types = [
|
||||
'mysql',
|
||||
'postgresql',
|
||||
'pgsql',
|
||||
//'sqlite',
|
||||
];
|
||||
|
||||
|
@ -52,7 +52,7 @@ $autocomplete = array(
|
||||
//Valid databases Codiad is able to use
|
||||
$aValidDBType = [
|
||||
'MySQL'=>'mysql'
|
||||
,'PostgreSQL'=>'postgresql'
|
||||
,'PostgreSQL'=>'pgsql'
|
||||
,'SQLite'=>'sqlite'
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user