You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup and migrate the Discord bot data storage solution to the Heroku-hosted Postgres instance.
Acceptance criteria
A Postgres instance is setup on Heroku.
The Discord bot deployment connects to this database.
The current data is migrated using the migration scripts included in the dev branch.
Any relevant clean up is completed
Additional context
Currently, the changes are on dev and will be auto-deployed when migrated to main. So until this task is completed, we should avoid merging anything from this branch into main.
The text was updated successfully, but these errors were encountered:
Description
Setup and migrate the Discord bot data storage solution to the Heroku-hosted Postgres instance.
Acceptance criteria
Additional context
Currently, the changes are on
dev
and will be auto-deployed when migrated tomain
. So until this task is completed, we should avoid merging anything from this branch into main.The text was updated successfully, but these errors were encountered: