diff --git a/lib/altria/command.rb b/lib/altria/command.rb index c4109aa..51a3757 100644 --- a/lib/altria/command.rb +++ b/lib/altria/command.rb @@ -39,7 +39,7 @@ def name end def setup - system(env, "cd #{root_path} && bundle install && bundle exec rake db:create db:migrate") + system(env, "cd #{root_path} && bundle install && bundle exec rake db:create && bundle exec rake db:migrate") end def start