Skip to content

Commit 4440d22

Browse files
reosarevokyvanzo
authored andcommitted
SEARCH-642: Drop id fields for cdstub and tag
These are not the unique identifiers we use and are not exposed. For cdstub we expose unique discid, for tag unique name.
1 parent 47c50f4 commit 4440d22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sir/schema/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@
139139

140140

141141
SearchCDStub = E(modelext.CustomReleaseRaw, [
142-
F("id", "id"),
143142
F("title", "title"),
144143
F("artist", "artist"),
145144
F("comment", "comment"),
@@ -488,7 +487,6 @@
488487

489488

490489
SearchTag = E(models.Tag, [
491-
F("id", "id"),
492490
F("tag", "name")
493491
],
494492
1.5,

0 commit comments

Comments
 (0)