added new tracking support
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user