Zeiterfassung update

This commit is contained in:
Spitzer Daniel
2024-02-12 11:59:49 +01:00
parent b2d9e855e4
commit a0829080fc

View File

@@ -9,7 +9,7 @@ final class TimerecordingCategoryAddFieldBusinesstrip extends AbstractMigration
{
if ($this->getEnvironment() == "thetool") {
$table = $this->table("TimerecordingCategory", ["signed" => true]);
$table->addColumn("businesstrip", "integer", ["null" => false, "default" => '0', "after" => "holidays"]);
$table->addColumn("businesstrip", "integer", ["null" => false, "default" => '0', "after" => "only_admin"]);
$table->update();
}