Skip to content

Commit 166078c

Browse files
patrickarnettDaniel Orner
authored andcommitted
Use db:reset instead of db:setup
1 parent 6dd42a4 commit 166078c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ FileUtils.chdir APP_ROOT do
6060

6161
log "== Preparing database =="
6262
log "⚠️ If you use docker to run postgres, make sure your database is running ⚠️"
63-
system! 'bin/rails db:setup'
63+
system! 'bin/rails db:reset'
6464
system! 'bin/rails db:test:prepare'
6565

6666
log "== Removing old logs, tempfiles, and jobs =="

0 commit comments

Comments
 (0)