Fixed billing-fibu-data migration
This commit is contained in:
@@ -10,7 +10,7 @@ final class BillingAddFibuData extends AbstractMigration
|
||||
if($this->getEnvironment() == "thetool") {
|
||||
$billing = $this->table("Billing");
|
||||
$billing->addColumn("fibu_account_number", "integer", ["null" => true, "default" => null, "after" => "customer_number"]);
|
||||
$billing->addColumn("vatgroup_id", "string", ["null" => true, "default" => null, "after" => "vatrate"]);
|
||||
$billing->addColumn("vatgroup_id", "string", ["null" => true, "default" => null, "after" => "price_setup"]);
|
||||
$billing->addColumn("vatarea", "string", ["null" => true, "default" => null, "after" => "vatgroup_id"]);
|
||||
$billing->save();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user