fix projection schema
All checks were successful
Build and Publish / build-release (push) Successful in 5m0s
All checks were successful
Build and Publish / build-release (push) Successful in 5m0s
This commit is contained in:
@@ -50,7 +50,7 @@ defmodule CustomerService.Projections.QuickLead do
|
|||||||
field :assigned_to, :string
|
field :assigned_to, :string
|
||||||
field :estimated_value, :decimal
|
field :estimated_value, :decimal
|
||||||
field :expected_close_date, :date
|
field :expected_close_date, :date
|
||||||
field :status_history, :map
|
field :status_history, {:array, :map}, default: []
|
||||||
|
|
||||||
timestamps()
|
timestamps()
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user