AarKro / Hera

Hera - A Discord Chatbot
MIT License
9 stars 1 forks source link

Make SQL changes modular #248

Closed Pacmens closed 3 years ago

Pacmens commented 3 years ago

Right now there is a bunch of sql files that get edited everytime we change something. This is rather inconvinient since this forces us to either make the changes requiered on production by hand or recrate the database. For that reason this should be somewhat modular in the future so every change that requieres database changes has a file that contains the updates required. This requires some changes in the scripts so you can choose what you wanna change or add to the deployment.