From 2655b832428b063db9e3f327b3a0ec62bf5f9078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Mon, 10 Feb 2025 18:24:25 +0100 Subject: [PATCH] fix: cleanup migration --- migrations/Version20250210162751.php | 2 -- 1 file changed, 2 deletions(-) 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'); } }