Add reseed command
Overview
Add a reseed
command which would remove existing database/repositories, and call make
to seed the data.
Currently the troubleshooting would advice user to remove the existing database and then call make
. However without removing the repositories
folder, additional problem may occur later on. It would help if we provide a command to properly reset the data before seeding.