Merge branch 'ConstructionConsent/add-new-features' into 'master'

added new features

See merge request fronk/thetool!1439
This commit is contained in:
Luca Haid
2025-06-11 10:56:16 +00:00

View File

@@ -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();
}
}