Skip to content

Commit

Permalink
couple more bogus consent rows found to delete
Browse files Browse the repository at this point in the history
  • Loading branch information
pbugni committed Feb 6, 2024
1 parent bddc46e commit 9a9bd32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions portal/migrations/versions/edb52362d013_.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def update_user_consent(user_id, user_consent_id, acceptance_date):
{'user_id': 4316, 'user_consent_id': 5032},
{'user_id': 98, 'user_consent_id': 339},
{'user_id': 774, 'user_consent_id': 897},
{'user_id': 723, 'user_consent_id': 551},
{'user_id': 653, 'user_consent_id': 820},
]

correct_values = []
Expand Down

0 comments on commit 9a9bd32

Please sign in to comment.