diff --git a/features/fixtures/que/app/app.rb b/features/fixtures/que/app/app.rb index 5ff701ee..8f2237cc 100644 --- a/features/fixtures/que/app/app.rb +++ b/features/fixtures/que/app/app.rb @@ -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