catalog search/sort, edit-page characteristics, preferred vendor per article
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Add preferred vendor to catalog items
|
||||
ALTER TABLE ausruestung_artikel
|
||||
ADD COLUMN IF NOT EXISTS bevorzugter_lieferant_id INT REFERENCES lieferanten(id) ON DELETE SET NULL;
|
||||
Reference in New Issue
Block a user