chore: update translations.pot

This commit is contained in:
Maël Gangloff 2024-09-01 21:27:58 +02:00
parent f36116afa9
commit e7165a1487
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

View File

@ -27,7 +27,6 @@ final class Version20240901190812 extends AbstractMigration
public function down(Schema $schema): void public function down(Schema $schema): void
{ {
// this down() migration is auto-generated, please modify it to your needs // this down() migration is auto-generated, please modify it to your needs
$this->addSql('CREATE SCHEMA public');
$this->addSql('ALTER TABLE domain_event DROP deleted'); $this->addSql('ALTER TABLE domain_event DROP deleted');
$this->addSql('ALTER TABLE entity_event DROP deleted'); $this->addSql('ALTER TABLE entity_event DROP deleted');
} }