commander
    .command('db:drop')
    .description('        Drops the database')
    .action(function () {
      pending = initSailsMigrations(env)