diff --git a/bin/setup b/bin/setup index 17ff1eb7..bb746264 100755 --- a/bin/setup +++ b/bin/setup @@ -38,7 +38,7 @@ FileUtils.chdir APP_ROOT do end puts "\n== Preparing database ==" - system! 'bin/rails db:prepare' + system! 'bin/rails db:prepare db:seed' puts "\n== Removing old logs and tempfiles ==" system! 'bin/rails log:clear tmp:clear'