From 23716916a4dddc560ca22619a1bb4612853bab65 Mon Sep 17 00:00:00 2001 From: Jesse Van Volkinburg <42327429+vanvoljg@users.noreply.github.com> Date: Wed, 6 Apr 2022 14:22:54 -0700 Subject: [PATCH] update override typespec --- lib/ecto_diff.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ecto_diff.ex b/lib/ecto_diff.ex index 3f06d96..e0097b9 100644 --- a/lib/ecto_diff.ex +++ b/lib/ecto_diff.ex @@ -79,7 +79,7 @@ defmodule EctoDiff do %{Skill => :refid, Owner => [:id, :refid]} """ - @type overrides :: [{Ecto.Schema.t(), primary_key}] | %{Ecto.Schema.t() => primary_key} + @type overrides :: [{module, primary_key}] | %{module => primary_key} @typedoc """ A struct field or list of fields used to define a simple or composite primary key.