Resetting your database - govfollower/gf-api GitHub Wiki

Every now and then you will come across the need to blow away the database and reset it. This might happen if you have an older schema and you need to update it and re-seed it with new default data. Here is how you blow away the your local database using rake.

Change directories into the gf-api directory. Also make sure that there are no open connections to the database in the console.

RESET DB

rake db:reset