mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	Fix migration syntax
This commit is contained in:
		| @@ -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 {} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user