Add db:seed to setup
This commit is contained in:
parent
ba7f924b02
commit
846f7aafae
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ FileUtils.chdir APP_ROOT do
|
||||||
end
|
end
|
||||||
|
|
||||||
puts "\n== Preparing database =="
|
puts "\n== Preparing database =="
|
||||||
system! 'bin/rails db:prepare'
|
system! 'bin/rails db:prepare db:seed'
|
||||||
|
|
||||||
puts "\n== Removing old logs and tempfiles =="
|
puts "\n== Removing old logs and tempfiles =="
|
||||||
system! 'bin/rails log:clear tmp:clear'
|
system! 'bin/rails log:clear tmp:clear'
|
||||||
|
|
Loading…
Reference in a new issue