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