feat(release): front int PK with app-minted GUID EntryKey on the public addressing surface (P11 W5, 11.H)

This commit is contained in:
daniel-c-harvey
2026-06-16 17:11:55 -04:00
parent fe28573b68
commit f07d29cdcf
37 changed files with 627 additions and 160 deletions
+1
View File
@@ -46,6 +46,7 @@ public class ReleaseBrowseQueryTests
string title, string artist, ReleaseMedium medium = ReleaseMedium.Cut, string? genre = null)
=> new()
{
EntryKey = Guid.NewGuid().ToString("N"),
Title = title,
Artist = artist,
Medium = medium,