rename policy_details to insured_object
All checks were successful
Build and Publish / build-release (push) Successful in 1m36s
All checks were successful
Build and Publish / build-release (push) Successful in 1m36s
This commit is contained in:
@@ -16,8 +16,8 @@ defmodule PolicyService.Repo.Migrations.CreatePolicyApplications do
|
||||
# Buyer — full map, shape varies by individual vs corporate
|
||||
add :buyer, :map, default: %{}
|
||||
|
||||
# Policy-type-specific details — shape varies by policy_type
|
||||
add :policy_details, :map, default: %{}
|
||||
# Insured object — policy-type-specific details, shape varies by policy_type
|
||||
add :insured_object, :map, default: %{}
|
||||
|
||||
# Providers + quotes
|
||||
add :selected_providers, {:array, :string}, default: []
|
||||
|
||||
Reference in New Issue
Block a user