dashwav/yin-bot

Refactor DB

dashwav opened this issue · 1 comments

The DB is terribly normalized and is becoming a liability every time I make a release, I need to refactor this to more correctly work the way I need it to.

Steps:
Refactor DB create table scripts
Refactor cogs/utils/db_utils to correctly reference the new schema.
Create Migration script to move current db to new schema

https://github.com/dashwav/yin-bot/tree/refactor-db is the current working branch for this