Open nathankoerschner opened 2 years ago
Refactor datamodel (in database and figma file) to include a reaction_history table as well as a reaction entity table.
Then refactor ETL accordingly.
reaction entity properties:
Then all other data, such as "deleted", "emoji", etc can go under the reaction_history table. This stays consistant with the rest of the datamodel.
Completed with this commit
Next need to update the database to include this new table, guild_message_reaction_histories, as outlined in the datamodel
Refactor datamodel (in database and figma file) to include a reaction_history table as well as a reaction entity table.
Then refactor ETL accordingly.
reaction entity properties:
Then all other data, such as "deleted", "emoji", etc can go under the reaction_history table. This stays consistant with the rest of the datamodel.