WIP Voiceplan Zones
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user