Skip to content

Commit

Permalink
revert(commands): remove config:database command
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Aug 1, 2017
1 parent 86a867d commit 0671c56
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 211 deletions.
82 changes: 0 additions & 82 deletions commands/MakeConfig.js

This file was deleted.

78 changes: 0 additions & 78 deletions commands/templates/config.mustache

This file was deleted.

1 change: 0 additions & 1 deletion providers/MigrationsProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class MigrationsProvider extends ServiceProvider {
this.app.bind('Adonis/Src/Migration:Rollback', () => require('../commands/MigrationRollback'))
this.app.bind('Adonis/Src/Migration:Refresh', () => require('../commands/MigrationRefresh'))
this.app.bind('Adonis/Src/Migration:Reset', () => require('../commands/MigrationReset'))
this.app.bind('Adonis/Src/Migration:Make', () => require('../commands/MigrationMake'))
}

/**
Expand Down
50 changes: 0 additions & 50 deletions test/functional/config-make.spec.js

This file was deleted.

0 comments on commit 0671c56

Please sign in to comment.