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

Fix incorrect reply associations in client database #1149

Closed
eloquence opened this issue Sep 24, 2020 · 2 comments · Fixed by #1162
Closed

Fix incorrect reply associations in client database #1149

eloquence opened this issue Sep 24, 2020 · 2 comments · Fixed by #1162
Assignees
Labels
bug Something isn't working release blocker

Comments

@eloquence
Copy link
Member

As noted in #1148, we have a production issue where replies are wrongly associated with a UUID instead of an ID as the foreign key. This has not caused any issues yet since we do not currently display reply authorship, but will cause issues for pilot users the moment we introduce reply badges.

We should consider a DB migration or other strategy for ensuring that data in production databases is corrected, if possible.

@eloquence eloquence added the bug Something isn't working label Sep 24, 2020
@eloquence
Copy link
Member Author

(Since this is closely related to ongoing reply badges work, pulling into current sprint.)

@eloquence
Copy link
Member Author

Marked as release blocker since we should be careful to release from main to production users until we have a migration in place for incorrect historical data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release blocker
Projects
None yet
2 participants