backspace / slack-statsbot

A Slack bot to track statistics about who is talking the most
80 stars 12 forks source link

Add migrations #4

Closed backspace closed 9 years ago

backspace commented 9 years ago

I thought sequelize.sync() was magic and would add columns as I created them, but I was wrong! For now I will manually add the hasBeenQueried column to prevent multiple self-identification requests in #1, but using the migrations feature of Sequelize seems preferable in the long term.