fix: don't use :map as storage type for Map

This commit is contained in:
Zach Daniel 2023-05-15 09:49:18 -04:00
parent 7326ca330e
commit ca1769900f

View file

@ -53,8 +53,6 @@ defmodule Ash.Type.Map do
{:ok, value}
end
def ecto_type, do: :map
@moduledoc """
Represents a map stored in the database.