added new features
This commit is contained in:
@@ -9,7 +9,7 @@ final class ConstructionConsentAddPrioritize extends AbstractMigration {
|
||||
$ConstructionConsentTable = $this->table("ConstructionConsent");
|
||||
if (!$ConstructionConsentTable->hasColumn("prioritize")) {
|
||||
$ConstructionConsentTable
|
||||
->addColumn("approve_override", "tinyinteger", ["default" => 0])
|
||||
->addColumn("prioritize", "tinyinteger", ["default" => 0])
|
||||
->update();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user