Skip to content

Commit

Permalink
Merge 7051610 into de6ef5f
Browse files Browse the repository at this point in the history
  • Loading branch information
cmedley committed Aug 7, 2018
2 parents de6ef5f + 7051610 commit 6edcbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ecto_mnesia/planner.ex
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defmodule EctoMnesia.Planner do
"""
def autogenerate(:id), do: nil
def autogenerate(:embed_id), do: Ecto.UUID.generate()
def autogenerate(:binary_id), do: Ecto.UUID.autogenerate()
def autogenerate(:binary_id), do: Ecto.UUID.autogenerate() |> Ecto.UUID.dump |> elem(1)

@doc """
Prepares are called by Ecto before `execute/6` methods.
Expand Down

0 comments on commit 6edcbcf

Please sign in to comment.