Added missing column
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
use Phinx\Migration\AbstractMigration;
|
||||
|
||||
final class WarehouseModify10 extends AbstractMigration {
|
||||
final class WarehouseModify11 extends AbstractMigration {
|
||||
public function up(): void {
|
||||
if ($this->getEnvironment() == "thetool") {
|
||||
$table = $this->table("WarehouseOrder");
|
||||
|
||||
Reference in New Issue
Block a user