Skip to content

Commit b19e63b

Browse files
committed
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 a586387 commit b19e63b

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"),
@@ -489,7 +488,6 @@
489488

490489

491490
SearchTag = E(models.Tag, [
492-
F("id", "id"),
493491
F("tag", "name")
494492
],
495493
1.5,

0 commit comments

Comments
 (0)