rework external order tracking system
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Add tax rate column to bestellungen
|
||||
ALTER TABLE bestellungen
|
||||
ADD COLUMN IF NOT EXISTS steuersatz NUMERIC(5,2) NOT NULL DEFAULT 20.00;
|
||||
Reference in New Issue
Block a user