rework internal order system
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user