make quick leads array map
All checks were successful
Build and Publish / build-release (push) Successful in 2m55s

This commit is contained in:
2026-05-04 12:44:30 -05:00
parent cfd810beba
commit f5ebc79593

View File

@@ -15,7 +15,7 @@ defmodule CustomerService.Repo.Migrations.AddQuickLeadsTable do
add :assigned_to, :string add :assigned_to, :string
add :estimated_value, :decimal add :estimated_value, :decimal
add :expected_close_date, :date add :expected_close_date, :date
add :status_history, :map add :status_history, {:array, :map}, default: []
timestamps() timestamps()
end end