Phase 2 - Replace old events and contributions tables
#95 (closed) introduced rebuilt_events
and rebuilt_contributions
tables. We should use the new tables whenever this data is needed on Rails app.
Add a feature flag on all places where fetchevents
andcontributions
tables to get data from rebuilt tables, keep in mind we need to takeorganization_id
into account when using the new tables.- Populate
rebuilt_contributions
andrebuilt_events
with old data. - Rollout the feature flag
- Remove old
events
andcontributions
tables
Edited by Felipe Cardozo