We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
psycopg2.errors.UniqueViolation: duplicate key value violates unique constraint "_package_game_support_uc" DETAIL: Key (game_id, package_id)=(30, 3670) already exists.
contentdb=# SELECT * FROM package_game_support WHERE package_id=3670; id | package_id | game_id | supports | confidence --------+------------+---------+----------+------------ 923310 | 3670 | 30 | t | 10 923311 | 3670 | 117 | t | 10 923312 | 3670 | 2506 | t | 10 (3 rows)
https://gitgud.io/blut/target/-/tree/f1239388be70d2e998dab08a3b743ac0ada6ad1a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
psycopg2.errors.UniqueViolation: duplicate key value violates unique constraint "_package_game_support_uc"
DETAIL: Key (game_id, package_id)=(30, 3670) already exists.
contentdb=# SELECT * FROM package_game_support WHERE package_id=3670;
id | package_id | game_id | supports | confidence
--------+------------+---------+----------+------------
923310 | 3670 | 30 | t | 10
923311 | 3670 | 117 | t | 10
923312 | 3670 | 2506 | t | 10
(3 rows)
https://gitgud.io/blut/target/-/tree/f1239388be70d2e998dab08a3b743ac0ada6ad1a
The text was updated successfully, but these errors were encountered: