Skip to content

Commit

Permalink
Ignore errors in Que.migrate!
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Dec 14, 2023
1 parent 0032882 commit 9156335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/fixtures/que/app/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
)

Que.connection = ActiveRecord
Que.migrate!
Que.migrate! rescue nil

# Workaround a bug in que/pg
# see https://github.com/que-rb/que/issues/247
Expand Down

0 comments on commit 9156335

Please sign in to comment.