Merge branch 'spidev' into 'master'

Zeiterfassung update

See merge request fronk/thetool!243
This commit is contained in:
Frank Schubert
2024-02-12 11:02:20 +00:00

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