Merge branch 'warehouse-add-order' into 'master'
Added missing column See merge request fronk/thetool!980
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