ehealth-ua / api-spec

Apache License 2.0
30 stars 24 forks source link

wrong db migration for il.declaration_requests field :printout_content #132

Closed pzhuk closed 6 years ago

pzhuk commented 6 years ago

:printout_content is string here https://github.com/edenlabllc/ehealth.api/blob/d97cfb005add289b0822fb9304a68648124418f8/lib/ehealth/declaration_request/schema.ex#L35

but jsonb in migration here: https://github.com/edenlabllc/ehealth.api/blob/2266142985fab231e8298c212bfab281527b5321/priv/repo/migrations/20170613133040_add_columns_to_declaration_request.exs

pzhuk commented 6 years ago

reposted to https://github.com/edenlabllc/ehealth.api/issues/1148