Merge branch 'warehouse-add-email-parsing' into 'master'

added new tracking support

See merge request fronk/thetool!637
This commit is contained in:
Luca Haid
2024-09-20 09:17:07 +00:00

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");