mirror of
https://github.com/s-frick/effigenix.git
synced 2026-03-28 13:59:36 +01:00
fix(inventory): doppelten Liquibase-Index und veraltete Test-API korrigieren
Changeset 031 (performed_at-Index) entfernt, da bereits in 028 enthalten. StockMovementControllerIntegrationTest an JdbcClient-basierte AbstractIntegrationTest migriert und fehlende Article-FK durch createArticleId() behoben.
This commit is contained in:
parent
46275f6d59
commit
0474b5fa93
3 changed files with 8 additions and 24 deletions
|
|
@ -35,7 +35,7 @@
|
|||
<include file="db/changelog/changes/028-create-stock-movements-table.xml"/>
|
||||
<include file="db/changelog/changes/029-seed-stock-movement-permissions.xml"/>
|
||||
<include file="db/changelog/changes/030-add-batch-id-index-to-stock-movements.xml"/>
|
||||
<include file="db/changelog/changes/031-add-performed-at-index-to-stock-movements.xml"/>
|
||||
|
||||
<include file="db/changelog/changes/032-add-batch-id-to-production-orders.xml"/>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue