Refactor: Store all donations for all funds in a single table #231
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The single table design is likely more appropriate. Here's why:
Arguments for Separate Tables (good arguments, but something that we don't need):
Since we already have separate tables, we would need to write a script that first populates that newly created table with data from existing donations tables. We have switch in lambda to single donation's table, deploy it and then run the script. For a short time list of donators won't be visible, which is fine.
The text was updated successfully, but these errors were encountered: