Zeiterfassungs Update

* Verrechnung Anpassungen NLZ und Aktuelle Gutstunden
This commit is contained in:
Spitzer Daniel
2024-03-28 16:40:31 +01:00
parent ccad781822
commit 88fad5df96

View File

@@ -21,7 +21,7 @@ final class TimerecordingCarAddFieldInitialapproval extends AbstractMigration
public function down(): void
{
if($this->getEnvironment() == "thetool") {
$this->table("first_approval")->removeColumn("initial_approval")->save();
$this->table("TimerecordingCar")->removeColumn("initial_approval")->save();
}
if($this->getEnvironment() == "addressdb") {