We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Bestbook.PRIMARY_KEY
1 parent baf7303 commit 60bf3d6Copy full SHA for 60bf3d6
openlibrary/core/bestbook.py
@@ -7,7 +7,7 @@ class Bestbook(db.CommonExtras):
7
"""Best book award operations"""
8
9
TABLENAME = "bestbooks"
10
- PRIMARY_KEY = "nomination_id"
+ PRIMARY_KEY = "award_id"
11
ALLOW_DELETE_ON_CONFLICT = False
12
13
class AwardConditionsError(Exception):
0 commit comments