Skip to content
New issue

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

Game support: unique constraint violation when mod provides supported_games #572

Open
rubenwardy opened this issue Dec 14, 2024 · 0 comments

Comments

@rubenwardy
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant