mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix migration syntax
This commit is contained in:
parent
0ea6f36297
commit
75d80ebd98
@ -26,7 +26,7 @@ final class Version20231121070151 extends AbstractMigration
|
|||||||
|
|
||||||
public function up(Schema $schema): void
|
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 {}
|
public function down(Schema $schema): void {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user