grocy/migrations/0144.php
Bernd Bestel f4d5f21832
Squashed commit
Fixed recipe ingredient costs/calories calculation when having different QUs and when only_check_single_unit_in_stock is set (fixes #2529)
Added a new column "Product picture" on /products (closes #2640)
Fixed partly opening stock entries stock_id handling (fixes #2391)
2025-01-13 17:41:08 +01:00

6 lines
123 B
PHP

<?php
// This is executed inside DatabaseMigrationService class/context
$this->getStockService()->CompactStockEntries();