mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-11 18:32:32 +01:00
Merge remote-tracking branch 'origin/3.9' into 4.0
Conflicts: htdocs/commande/list.php htdocs/core/class/commonobject.class.php htdocs/core/class/extrafields.class.php htdocs/resource/class/resource.class.php
This commit is contained in:
@@ -1099,7 +1099,7 @@ class DoliDBPgsql extends DoliDB
|
||||
*/
|
||||
function DDLDropField($table,$field_name)
|
||||
{
|
||||
$sql= "ALTER TABLE ".$table." DROP COLUMN `".$field_name."`";
|
||||
$sql= "ALTER TABLE ".$table." DROP COLUMN ".$field_name;
|
||||
dol_syslog($sql,LOG_DEBUG);
|
||||
if (! $this->query($sql))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user