refactor(items): move workflows into use cases

This commit is contained in:
2026-06-04 22:11:40 +02:00
parent 2b908b24f6
commit 0af25417ab
9 changed files with 312 additions and 208 deletions
@@ -0,0 +1,2 @@
-- CreateIndex
CREATE UNIQUE INDEX "Item_name_key" ON "Item"("name");