Files
database/migrations/000.999.sql
T
Anders GustafssonandGitHub bf392f9375 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
2026-06-25 13:57:13 +02:00

3 lines
95 B
SQL

ALTER TABLE ingrid_deliveries
ADD COLUMN IF NOT EXISTS pickup_location_id TEXT DEFAULT NULL;