Skip to content

Commit

Permalink
fix(provider): load migration:reset command too
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Aug 5, 2017
1 parent c980563 commit 7afdc62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/MigrationsProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class MigrationsProvider extends ServiceProvider {
ace.addCommand('Adonis/Commands/Migration:Run')
ace.addCommand('Adonis/Commands/Migration:Rollback')
ace.addCommand('Adonis/Commands/Migration:Refresh')
ace.addCommand('Adonis/Commands/Migration:Reset')
ace.addCommand('Adonis/Commands/Seed')
}
}
Expand Down

0 comments on commit 7afdc62

Please sign in to comment.