mirror of
https://github.com/s-frick/effigenix.git
synced 2026-03-28 15:29:34 +01:00
fix(production): cancelledReason im ProductionOrder-Aggregat persistieren
cancel() nimmt jetzt einen reason-Parameter entgegen und speichert ihn im Aggregat, wie im DDD-Modell (04-production-bc.md) spezifiziert. Liquibase-Migration für cancelled_reason-Spalte ergänzt.
This commit is contained in:
parent
0e58cbfacf
commit
6504d3a54e
12 changed files with 95 additions and 18 deletions
|
|
@ -37,5 +37,6 @@
|
|||
<include file="db/changelog/changes/030-add-batch-id-index-to-stock-movements.xml"/>
|
||||
|
||||
<include file="db/changelog/changes/032-add-batch-id-to-production-orders.xml"/>
|
||||
<include file="db/changelog/changes/033-add-cancelled-reason-to-production-orders.xml"/>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue