* 7604 - Add pickup_location_id to ingrid_deliveries * 7604 - adjust migration id to be able to merge master * 7604 - actually add the migration
3 lines
95 B
SQL
3 lines
95 B
SQL
ALTER TABLE ingrid_deliveries
|
|
ADD COLUMN IF NOT EXISTS pickup_location_id TEXT DEFAULT NULL;
|