Merge branch 'feature/update-shipping-note' into 'master'

Updated WarehouseShippingNote

See merge request fronk/thetool!721
This commit is contained in:
Luca Haid
2024-11-12 17:29:35 +00:00

View File

@@ -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();
}