You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KKlochko 51c86be131
Add migrations to require Book's Publisher and AuthorRole's Author.
2 months ago
..
.formatter.exs Init the project. 4 months ago
20250304194813_initialize_and_add_authentication_resources_and_add_password_authentication_and_add_password_auth_extensions_1.exs Init the project. 4 months ago
20250304194814_initialize_and_add_authentication_resources_and_add_password_authentication_and_add_password_auth.exs Init the project. 4 months ago
20250304195635_create_books.exs Add the datalayer and a migration for books. 4 months ago
20250305200752_create_authors.exs Add the datalayer and migrations for Authors and DBIServers. 4 months ago
20250305200836_create_dbi_servers.exs Add the datalayer and migrations for Authors and DBIServers. 4 months ago
20250306194335_create_author_alias_registy_and_update_author_relationships.exs Add the author alias registry to manage alias relationship. 4 months ago
20250308193833_create_book_editions_registy_and_update_book_relationships.exs Add the book eidtions registry to manage book editions. 4 months ago
20250309192029_create_author_role_and_update_relationships.exs Add AuthorRole to manage relationship between Author and Book. 4 months ago
20250309194121_update_author_role_to_allow_empty_role_and_book_relationship.exs Add AuthorRole to manage relationship between Author and Book. 4 months ago
20250311182445_update_author_and_author_role_relationship.exs Update to make Author has many AuthorRoles. 4 months ago
20250314080954_add_book_ids_and_book_relationship.exs Add BookId as ids for Book. 4 months ago
20250315185359_add_publisher_and_update_book_relationship.exs Add the Publisher resource. 3 months ago
20250315193949_update_book_to_add_published_language_format_and_page_count.exs Update the Book to add language, format, page_count, published date. 3 months ago
20250316063123_update_book_to_add_cover_image_url.exs Add the attribute for a cover image url for Book. 3 months ago
20250316064910_update_author_to_add_avatar_url.exs Add the attribute for a avatar image url for Author. 3 months ago
20250316152615_update_book_id_to_add_reference_logic.exs Update BookId to add the reference logic. 3 months ago
20250323094316_add_relationships_to_dbi_server_for_all_resources.exs Add relationships to server for all resources. 3 months ago
20250408105711_update_author_role_delete_logic_to_cascade_if_no_book.exs Update AuthorRole delete logic to cascade if no Book. 3 months ago
20250411061857_update_user_to_add_role.exs Add roles for users. 3 months ago
20250427091924_add_oban.exs Add Oban for background jobs. 2 months ago
20250427175337_add_gin_indexes.exs Add GIN indexes for attributes which used to search. 2 months ago
20250504183408_update_dbi_server_to_add_relationship_to_itself_and_sync_on_attribute.exs Update DBIServer to add a relationship to itself and the sync on attribute. 2 months ago
20250507154238_update_to_require_author_for_author_role_and_publisher_for_book.exs Add migrations to require Book's Publisher and AuthorRole's Author. 2 months ago