Skip to content

Commit

Permalink
Remove version from Que.migrate!
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Dec 14, 2023
1 parent 57b047b commit 0032882
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!(version: Que::Migrations::CURRENT_VERSION)
Que.migrate!

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

0 comments on commit 0032882

Please sign in to comment.