From 4440d22dcfbedbb404316aacf62a97ccfa74a241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Tamargo?= Date: Fri, 29 Jan 2021 17:18:54 +0200 Subject: [PATCH] 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. --- sir/schema/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sir/schema/__init__.py b/sir/schema/__init__.py index 6b6b02b1..b438f9cf 100644 --- a/sir/schema/__init__.py +++ b/sir/schema/__init__.py @@ -139,7 +139,6 @@ SearchCDStub = E(modelext.CustomReleaseRaw, [ - F("id", "id"), F("title", "title"), F("artist", "artist"), F("comment", "comment"), @@ -488,7 +487,6 @@ SearchTag = E(models.Tag, [ - F("id", "id"), F("tag", "name") ], 1.5,