Skip to content

Commit

Permalink
SEARCH-642: Drop id fields for cdstub and tag
Browse files Browse the repository at this point in the history
These are not the unique identifiers we use and are not exposed.
For cdstub we expose unique discid, for tag unique name.
  • Loading branch information
reosarevok authored and yvanzo committed May 12, 2022
1 parent 47c50f4 commit 4440d22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sir/schema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@


SearchCDStub = E(modelext.CustomReleaseRaw, [
F("id", "id"),
F("title", "title"),
F("artist", "artist"),
F("comment", "comment"),
Expand Down Expand Up @@ -488,7 +487,6 @@


SearchTag = E(models.Tag, [
F("id", "id"),
F("tag", "name")
],
1.5,
Expand Down

0 comments on commit 4440d22

Please sign in to comment.