changed shipping note

This commit is contained in:
Luca Haid
2024-12-09 13:16:34 +01:00
parent 5e5feb3ce6
commit d39ea5fa4c

View File

@@ -3,7 +3,7 @@ declare(strict_types=1);
use Phinx\Migration\AbstractMigration;
final class WarehouseModify2 extends AbstractMigration {
final class WarehouseModify5 extends AbstractMigration {
public function up(): void {
if ($this->getEnvironment() == "thetool") {
$WarehouseHistory = $this->table("WarehouseHistory", ["signed" => true]);