feat(bestellungen): add optional "Für Mitglied" field, auto-populated from internal request submitter
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Add optional mitglied_id (the member an order is for) to bestellungen
|
||||
ALTER TABLE bestellungen
|
||||
ADD COLUMN IF NOT EXISTS mitglied_id UUID REFERENCES users(id) ON DELETE SET NULL;
|
||||
Reference in New Issue
Block a user