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:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE ingrid_deliveries
|
||||
ADD COLUMN IF NOT EXISTS pickup_location_id TEXT DEFAULT NULL;
|
||||
Reference in New Issue
Block a user