mjec / rc-niceties

End of batch niceties for the Recurse Center
MIT License
15 stars 5 forks source link

Delete two duplicate niceties #95

Open tas09009 opened 2 years ago

tas09009 commented 2 years ago

These two niceties were manually reviewed and had substantially similar but not identical content to two other niceties that are from the same author_id to the same target_id. These niceties were "lost" because the target user extended their batch and had a different end_date.

In our process to normalize the Database, we create a unique constraint between author_id, target_id, and stint. These two niceties break that constraint.

Issue #82: Normalize Recurser Profiles Issue #10: Niceties lost when Recursers extend their batch

Note: This should be merged after PR #93 Remove Unused Columns