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 fetcheventsandcontributionstables to get data from rebuilt tables, keep in mind we need to takeorganization_idinto account when using the new tables.- Populate
rebuilt_contributionsandrebuilt_eventswith old data. - Rollout the feature flag
- Remove old
eventsandcontributionstables
Edited by Felipe Cardozo