mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
minor change to rerun pipeline
This commit is contained in:
parent
050a2955ca
commit
c29b356c02
@ -24,7 +24,8 @@ class PersonMoveRelationHandler implements PersonMoveSqlHandlerInterface
|
|||||||
|
|
||||||
public function getSqls(string $className, string $field, Person $from, Person $to): array
|
public function getSqls(string $className, string $field, Person $from, Person $to): array
|
||||||
{
|
{
|
||||||
// Insert sql statement taking into account two cases. One where the person is the fromperson and another where the person is the toperson in the relationship.
|
/* Insert sql statement taking into account two cases.
|
||||||
|
One where the person is the fromperson and another where the person is the toperson in the relationship.*/
|
||||||
$insertSql = sprintf(<<<'SQL'
|
$insertSql = sprintf(<<<'SQL'
|
||||||
INSERT INTO chill_person_relationships (id, relation_id, reverse, createdat, createdby_id, fromperson_id, toperson_id)
|
INSERT INTO chill_person_relationships (id, relation_id, reverse, createdat, createdby_id, fromperson_id, toperson_id)
|
||||||
SELECT nextval('chill_person_relationships_id_seq'), relation_id, reverse, createdat, createdby_id,
|
SELECT nextval('chill_person_relationships_id_seq'), relation_id, reverse, createdat, createdby_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user