diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20231121070151.php b/src/Bundle/ChillPersonBundle/migrations/Version20231121070151.php index 9b913d336..1123ef1c3 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20231121070151.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20231121070151.php @@ -26,7 +26,7 @@ final class Version20231121070151 extends AbstractMigration public function up(Schema $schema): void { - $this->addSql('UPDATE chill_person_person SET gender = "both" WHERE gender = "neuter"'); + $this->addSql("UPDATE chill_person_person SET gender = 'both' WHERE chill_person_person.gender = 'neuter'"); } public function down(Schema $schema): void {}