A bot for our Discord server, full of features and bugs.
To initialize the database you should run the following:
npx sequelize-cli db:migrate
To update the database models:
sequelize-mig migration:make -n <migration_name>
- Review usage of
sequelize-mig