mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
parent
2906dc8acc
commit
75e414006d
@ -824,6 +824,9 @@ abstract class DbObject
|
|||||||
unset($properties[$this->autoincKeyName]);
|
unset($properties[$this->autoincKeyName]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if ($column = $this->getUuidColumn()) {
|
||||||
|
$properties[$column] = $this->getUniqueId()->getBytes();
|
||||||
|
}
|
||||||
$this->quoteBinaryProperties($properties);
|
$this->quoteBinaryProperties($properties);
|
||||||
|
|
||||||
return $this->db->insert($this->table, $properties);
|
return $this->db->insert($this->table, $properties);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user