Skip to content

Commit

Permalink
switch to correct type Needle.ULID
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Sep 13, 2024
1 parent 54ce674 commit 3cc6b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/person.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Person do

import Ecto.Changeset

@primary_key {:id, Ecto.UUID, autogenerate: true}
@primary_key {:id, Needle.ULID, autogenerate: true}
schema "people" do
field :first_name, :string
field :last_name, :string
Expand Down

0 comments on commit 3cc6b32

Please sign in to comment.