|
|
@@ -4,6 +4,18 @@
|
|
|
|
|
|
---
|
|
|
|
|
|
+## v1.0.562 (2026-07-26)
|
|
|
+
|
|
|
+### Bug 修复
|
|
|
+- add products.min_quantity migration to runMigrations()
|
|
|
+
|
|
|
+### 其他
|
|
|
+- never actually executed inside runMigrations(), so the production DB
|
|
|
+- was missing the column. This adds the call at the end of runMigrations()
|
|
|
+- so it runs on next startup.
|
|
|
+-
|
|
|
+
|
|
|
+
|
|
|
## v1.0.561 (2026-07-26)
|
|
|
|
|
|
### 新功能
|