nidus-sync/db/migrations/00038_organization_logo.sql
Eli Ribble 61d8d14fc2
Bunch of work around assigning reports to districts
I added some DB schema to track logos and to relate reports to
organizations. I reworked how GPS data comes from EXIF data on images
because it wasn't working for JPEGs. I might have broken PNGs in the
process. Also made the config options for domain names more
standardized.
2026-01-22 03:27:32 +00:00

2 lines
72 B
SQL

-- +goose UP
ALTER TABLE public.organization ADD COLUMN logo_uuid UUID;