7604 - Add pickup_location_id to ingrid_deliveries (#483)

* 7604 - Add pickup_location_id to ingrid_deliveries

* 7604 - adjust migration id to be able to merge master

* 7604 - actually add the migration
This commit is contained in:
Anders Gustafsson
2026-06-25 13:57:13 +02:00
committed by GitHub
parent e6c2192079
commit bf392f9375
+2
View File
@@ -0,0 +1,2 @@
ALTER TABLE ingrid_deliveries
ADD COLUMN IF NOT EXISTS pickup_location_id TEXT DEFAULT NULL;