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.
2 lines
72 B
SQL
2 lines
72 B
SQL
-- +goose UP
|
|
ALTER TABLE public.organization ADD COLUMN logo_uuid UUID;
|