mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-09 00:04:59 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -51,7 +51,7 @@ final class Version20220926154347 extends AbstractMigration
|
||||
|
||||
// check consistency of history on database side
|
||||
$this->addSql('ALTER TABLE chill_person_person_center_history ADD CHECK (startdate <= enddate)');
|
||||
$this->addSql('ALTER TABLE chill_person_person_center_history ADD CONSTRAINT ' .
|
||||
$this->addSql('ALTER TABLE chill_person_person_center_history ADD CONSTRAINT '.
|
||||
'chill_internal_person_person_center_history_not_overlaps EXCLUDE USING GIST(
|
||||
-- extension btree_gist required to include comparaison with integer
|
||||
person_id WITH =,
|
||||
|
Reference in New Issue
Block a user