rework internal order system

This commit is contained in:
Matthias Hochmeister
2026-03-24 13:28:46 +01:00
parent 50d963120a
commit 9a52e41372
9 changed files with 198 additions and 33 deletions

View File

@@ -0,0 +1,3 @@
-- Add per-item delivery tracking to request positions
ALTER TABLE ausruestung_anfrage_positionen
ADD COLUMN IF NOT EXISTS geliefert BOOLEAN NOT NULL DEFAULT false;