Skip to content

Moves person address from settings to metadata

Moves address fields from the serialized settings column to the JSONB metadata column, so we can query people based on these fields easily.

It includes helper methods do define getter/setter methods for metadata fields, and a migration to move these fields on existing profiles.

Merge request reports