Commit graph

5 commits

Author SHA1 Message Date
dece 0c17bbbc4c Add ReleaseMetadata entity
Why ReleaseMetadata and not simply Metadata you ask? Because I want to
be sure future entities may have their own type of metadata and not have
name conflicts.

Why not adding this data to Release? I don't know, I like small tables
for the main entities I guess, probably #DoesNotScale.
2023-10-01 15:17:06 +02:00
dece 3e86499e10 Add an owner to a release
NOT the artist·s but the user who own this release on this instance.
2023-10-01 13:28:47 +02:00
dece 4bc44971a2 Add user entity 2023-10-01 13:27:40 +02:00
dece 8364d1cd96 Add base entities: Release, Artist 2023-10-01 12:46:02 +02:00
dece e8f526e1e7 Add webapp packages 2023-10-01 12:30:38 +02:00