Don't use primary key for scrobbled tracks embeds
This commit is contained in:
@@ -15,6 +15,7 @@ defmodule LastFm.Artist do
|
||||
image_data_hash: String.t() | nil
|
||||
}
|
||||
|
||||
@primary_key false
|
||||
embedded_schema do
|
||||
field :musicbrainz_id, :string
|
||||
field :name, :string
|
||||
|
||||
Reference in New Issue
Block a user