Skip to content

Commit

Permalink
Do not seed during install
Browse files Browse the repository at this point in the history
(cherry picked from commit 403a9d8)
  • Loading branch information
kennyadsl committed Nov 22, 2023
1 parent e2fd9e7 commit 08008e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/generators/alchemy/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def setup_database
rake("alchemy:install:migrations", abort_on_failure: true)
rake("db:migrate", abort_on_failure: true)
install_tasks.inject_seeder
rake("db:seed", abort_on_failure: true)
end

def finalize
Expand Down

0 comments on commit 08008e6

Please sign in to comment.