EnhancementHello, Example: Thank you for considering this suggestion! |
Answered by
ildyria
Dec 17, 2025
Replies: 1 comment 2 replies
|
Note that I have made a large refactoring of the backend a few months ago so that a many-to-many relationship exists between albums-photo. This also means that you can no longer have duplicates due to the uniqueness of the bound album_id---photo_id. |
2 replies
Answer selected by
Sta-ces
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You mean this?
Note that I have made a large refactoring of the backend a few months ago so that a many-to-many relationship exists between albums-photo. This also means that you can no longer have duplicates due to the uniqueness of the bound album_id---photo_id.