WIP Voiceplan Zones

This commit is contained in:
Frank Schubert
2023-10-13 11:31:45 +02:00
parent 97432a24bb
commit 33c2c63100
17 changed files with 654 additions and 93 deletions
@@ -82,10 +82,10 @@ final class AddVoicenumberTables extends AbstractMigration
public function down(): void
{
if($this->getEnvironment() == "thetool") {
$this->table("Voiceplandestination")->drop();
$this->table("Voiceplan")->drop();
$this->table("Voicenumber")->drop();
$this->table("Voicenumberblock")->drop();
$this->table("Voiceplandestination")->drop()->save();
$this->table("Voiceplan")->drop()->save();
$this->table("Voicenumber")->drop()->save();
$this->table("Voicenumberblock")->drop()->save();
}
if($this->getEnvironment() == "addressdb") {