You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a card is removed from one members account, and added to another within a refresh cycle (currently 10 minutes), the updatecardb will fail due to a constraint violation since it seems to want to add before delete.
If a card is removed from one members account, and added to another within a refresh cycle (currently 10 minutes), the updatecardb will fail due to a constraint violation since it seems to want to add before delete.
django.db.utils.IntegrityError: duplicate key value violates unique constraint "server_card_card_id_key"
DETAIL: Key (card_id)=(xxxxxxxxxxxxxx) already exists.
The text was updated successfully, but these errors were encountered: