Merge branch 'feature/update-shipping-note' into 'master'
Updated WarehouseShippingNote See merge request fronk/thetool!720
This commit is contained in:
@@ -18,7 +18,7 @@ final class WarehouseModify2 extends AbstractMigration {
|
|||||||
|
|
||||||
//WarehouseArticle Table
|
//WarehouseArticle Table
|
||||||
$WarehouseArticle = $this->table("WarehouseArticle", ["signed" => true]);
|
$WarehouseArticle = $this->table("WarehouseArticle", ["signed" => true]);
|
||||||
$WarehouseArticle->changeColumn("cheapestSellPrice", "string", ["null" => true, "limit" => 255]);
|
$WarehouseArticle->changeColumn("cheapestSellPrice", "text", ["null" => true, "limit" => 255]);
|
||||||
$WarehouseArticle->save();
|
$WarehouseArticle->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user