mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
person: add unique index on table relationship to avoid duplicate fromperson_id/toperson_id pairs - typo cs fixer
This commit is contained in:
parent
111906c2b9
commit
3ad8223949
@ -34,4 +34,3 @@ final class Version20220425000000 extends AbstractMigration
|
||||
$this->addSql('CREATE UNIQUE INDEX IDX_RELATIONSHIPS000 ON chill_person_relationships (least(fromperson_id, toperson_id), greatest(fromperson_id, toperson_id))');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user