hackforla / peopledepot

A project to setup a datastore for people and projects at HackforLA. The link below takes you to the code documentation
https://hackforla.github.io/peopledepot/
GNU General Public License v2.0
5 stars 24 forks source link

Remove table: recurring_event #180

Closed fyliu closed 11 months ago

fyliu commented 11 months ago

Overview

This table needs to be removed since it's been renamed to event in the event schema redesign (#88). Doing a rename in django is more complicated than just starting over with a new model, especially since we have modifications other than the renaming.

Action Items

fyliu commented 11 months ago

We've decided to do the rename rather than delete and recreate. Closing this issue.