Merge branch 'fronkdev' into 'master'

Fixed Status type

See merge request fronk/thetool!782
This commit is contained in:
Frank Schubert
2024-12-06 17:36:02 +00:00

View File

@@ -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");