|
|
@ -103,7 +103,9 @@ defmodule DecentralisedBookIndex.Metadata.DBIServer do
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
relationships do
|
|
|
|
relationships do
|
|
|
|
belongs_to :dbi_server, Metadata.DBIServer
|
|
|
|
belongs_to :dbi_server, Metadata.DBIServer do
|
|
|
|
|
|
|
|
public? true
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
has_many :author, Metadata.Author
|
|
|
|
has_many :author, Metadata.Author
|
|
|
|
has_many :author_alias_registries, Metadata.AuthorAliasRegistry
|
|
|
|
has_many :author_alias_registries, Metadata.AuthorAliasRegistry
|
|
|
|