ogunasekara / cactus-bot

A community Discord bot for the Tucsonian's Discord server.
2 stars 0 forks source link

Allow for seamless storage cog upgrades #24

Open ogunasekara opened 1 year ago

ogunasekara commented 1 year ago

At the moment, updating the data store in the storage cog results in us having to remove the prior pickle so we can use the new data. We need to update our data store with some method to put our old data into our new data store to make it more maintainable/scalable.

ogunasekara commented 1 year ago

this will be accomplished by fully integrating the supabase db cog