make quick leads array map
All checks were successful
Build and Publish / build-release (push) Successful in 2m55s
All checks were successful
Build and Publish / build-release (push) Successful in 2m55s
This commit is contained in:
@@ -15,7 +15,7 @@ defmodule CustomerService.Repo.Migrations.AddQuickLeadsTable do
|
||||
add :assigned_to, :string
|
||||
add :estimated_value, :decimal
|
||||
add :expected_close_date, :date
|
||||
add :status_history, :map
|
||||
add :status_history, {:array, :map}, default: []
|
||||
timestamps()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user