migration partially working:

- upon migration, items appear in stock module
- after restart, they are gone
- only one item is actually persisted in the DB???

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-11-30 23:44:01 +01:00
parent fd536abe11
commit 90528cfcac
4 changed files with 14 additions and 3 deletions

View File

@@ -2,4 +2,5 @@ description = "Umbrella : Stock"
dependencies{
implementation(project(":core"))
implementation("de.srsoftware:configuration.json:1.0.3")
}