added new tracking support

This commit is contained in:
2024-09-20 11:16:41 +02:00
parent 3eeb0d3697
commit 5b2a8e1001

View File

@@ -3,7 +3,7 @@ declare(strict_types=1);
use Phinx\Migration\AbstractMigration;
final class WarehouseAddEShopExtRef extends AbstractMigration {
final class WarehouseAddTrackingSupport extends AbstractMigration {
public function up(): void {
if ($this->getEnvironment() == "thetool") {
$WarehouseEShopOrder = $this->table("WarehouseEShopOrder");