moov-io / customers

Customer registry supporting Know Your Customer (KYC), Customer Identification Program (CIP), and OFAC checks
https://moov.io
Apache License 2.0
69 stars 19 forks source link

fix: bug in updating and fetching address/phone type #268

Closed vxio closed 4 years ago

vxio commented 4 years ago

Alternative to #267 ; this PR changes the underlying sql customers_phone.type and customers_address.type from smallint to varchar(20)

Fixes #265