mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Fix: Errors in postgreSQL support
This commit is contained in:
@@ -40,6 +40,8 @@ class DoliDb
|
||||
var $db;
|
||||
//! Database type
|
||||
var $type='mysql';
|
||||
//! Database label
|
||||
var $label='MySQL';
|
||||
//! Charset used to force charset when creating database
|
||||
var $forcecharset='utf8'; // latin1, utf8
|
||||
//! Collate used to force collate when creating database
|
||||
|
||||
Reference in New Issue
Block a user