Skip to content

Commit

Permalink
[Scripts] Accept "Phnom Penh" trivia answer for "Phnom Penh, Cambodia"
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Jul 28, 2023
1 parent 3eb091e commit b2082f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/update_trivia.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,15 @@
)
connection.commit()

connection.execute(
"""
UPDATE trivia.clues
SET acceptable_answers = ARRAY['Phnom Penh', 'Phnom Penh, Cambodia']
WHERE answer = 'Phnom Penh, Cambodia'
"""
)
connection.commit()

connection.execute(
"""
UPDATE trivia.clues
Expand Down

0 comments on commit b2082f1

Please sign in to comment.