From 5ba43925e60d6f79cd5f048d4074da36b3cc03f4 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Fri, 6 Dec 2024 18:35:41 +0100 Subject: [PATCH] Fixed Status type --- db/migrations/20241205145604_adb_status_add_type.php | 1 - 1 file changed, 1 deletion(-) diff --git a/db/migrations/20241205145604_adb_status_add_type.php b/db/migrations/20241205145604_adb_status_add_type.php index be1bd6130..640cba487 100644 --- a/db/migrations/20241205145604_adb_status_add_type.php +++ b/db/migrations/20241205145604_adb_status_add_type.php @@ -27,7 +27,6 @@ final class AdbStatusAddType extends AbstractMigration $this->query("UPDATE Status SET type = 'hausnummer' WHERE code=230"); $this->query("UPDATE Status SET type = 'hausnummer' WHERE code=235"); $this->query("UPDATE Status SET type = 'hausnummer' WHERE code=240"); - $this->query("UPDATE Status SET type = 'wohneinheit' WHERE code=241"); $this->query("UPDATE Status SET type = 'hausnummer' WHERE code=242"); $this->query("UPDATE Status SET type = 'wohneinheit' WHERE code=245"); $this->query("UPDATE Status SET type = 'wohneinheit' WHERE code=300");