mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 13:03:50 +00:00
fixes after merge of master into upgrade-sf4
This commit is contained in:
@@ -19,9 +19,7 @@ use Doctrine\Migrations\AbstractMigration;
|
||||
*/
|
||||
class Version20160422000000 extends AbstractMigration
|
||||
{
|
||||
public function down(Schema $schema): void
|
||||
{
|
||||
}
|
||||
public function down(Schema $schema): void {}
|
||||
|
||||
public function up(Schema $schema): void
|
||||
{
|
||||
|
@@ -19,9 +19,7 @@ use Doctrine\Migrations\AbstractMigration;
|
||||
*/
|
||||
final class Version20210419112619 extends AbstractMigration
|
||||
{
|
||||
public function down(Schema $schema): void
|
||||
{
|
||||
}
|
||||
public function down(Schema $schema): void {}
|
||||
|
||||
public function getDescription(): string
|
||||
{
|
||||
|
@@ -29,7 +29,5 @@ final class Version20231121070151 extends AbstractMigration
|
||||
$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 {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user