Skip to content

Commit

Permalink
Fix bug on populate install
Browse files Browse the repository at this point in the history
  • Loading branch information
agordillo committed Sep 3, 2015
1 parent 06f4131 commit c2e3bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/db/populate.rake
Expand Up @@ -445,6 +445,7 @@ namespace :db do

Rake::Task["db:reset"].invoke
Rake::Task["db:seed"].invoke
Rake::Task["db:populate:create:roles"].invoke
Rake::Task["db:populate:create:licenses"].invoke
Rake::Task["db:populate:create:current_site"].invoke
Rake::Task["db:populate:create:demo_user"].invoke
Expand Down

0 comments on commit c2e3bf9

Please sign in to comment.