Skip to content

Commit

Permalink
Go back to version 7.1 for the queue schema
Browse files Browse the repository at this point in the history
This is the minimum version we support, and otherwise apps using
Rails < 8 won't be able to install Solid Queue properly. Thanks a lot to
@fractaledmind for catching this in #323.
  • Loading branch information
rosa committed Sep 5, 2024
1 parent cd45e96 commit 5f75a72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ActiveRecord::Schema[8.0].define(version: 2024_09_04_193154) do
ActiveRecord::Schema[7.1].define(version: 2024_09_04_193154) do
create_table "solid_queue_blocked_executions", force: :cascade do |t|
t.integer "job_id", null: false
t.string "queue_name", null: false
Expand Down

0 comments on commit 5f75a72

Please sign in to comment.