diff --git a/migrations/Version20250210162751.php b/migrations/Version20250210162751.php index 991f734..093fc6f 100644 --- a/migrations/Version20250210162751.php +++ b/migrations/Version20250210162751.php @@ -21,13 +21,11 @@ final class Version20250210162751 extends AbstractMigration { // this up() migration is auto-generated, please modify it to your needs $this->addSql('ALTER TABLE teamer ADD remarks_internal LONGTEXT DEFAULT NULL'); - $this->addSql('ALTER TABLE user DROP hotel_code'); } public function down(Schema $schema): void { // this down() migration is auto-generated, please modify it to your needs $this->addSql('ALTER TABLE teamer DROP remarks_internal'); - $this->addSql('ALTER TABLE user ADD hotel_code VARCHAR(32) DEFAULT NULL'); } }