Sukhpal Saini
Sukhpal Saini
## Description This adds a one-click button to deploy GraphQL example on Heroku. Fixes #9 ## Type of change - [x] New feature (non-breaking change which adds functionality) ## Notes...
Adds a `custom` switch to `up` command as presented in #250. Running `migrate-mongo up --custom migrate1.js` allows you to bypass the database changelog checking to immediately apply the migration. Very...
**Is your feature request related to a problem? Please describe.** I always test my migrations on a local copy of the data first. When writing migration scripts, I have to...
Currently Candymail uses an internal SQLLite DB to keep track of all the emails to be sent out. For more production use cases, we should have the option to specify...
Currently users can unsubscribe but what if they want to re-subscribe?