fix projection schema
All checks were successful
Build and Publish / build-release (push) Successful in 5m0s

This commit is contained in:
2026-05-04 12:52:49 -05:00
parent f5ebc79593
commit a0b5e0c0b3

View File

@@ -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