Reset database & re-run migrations
If you need to completely reset the database and re-build it by running all migrations, use this:
rake db:drop db:create db:migrateIf this is ZipMessage, you'll also need to run the following commands to repopulate initial data.
zmplanszmresetzmintegrationpartnerszmbgimagesLast updated