Skip to content

Commit

Permalink
Merge pull request ManageIQ#15440 from lpichler/remove_good_migration…
Browse files Browse the repository at this point in the history
…_skip

remove GOOD_MIGRATIONS=skip from seeding
  • Loading branch information
Fryguy authored Jun 23, 2017
2 parents 2359b6f + 8ad67b8 commit b75c767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manageiq/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def self.migrate_database

def self.seed_database
puts "\n== Seeding database =="
run_rake_task("db:seed GOOD_MIGRATIONS=skip")
run_rake_task("db:seed")
end

def self.setup_test_environment
Expand Down

0 comments on commit b75c767

Please sign in to comment.