Zeiterfassung update
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user