Skip to content

Commit 5f75a72

Browse files
committed
Go back to version 7.1 for the queue schema
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.
1 parent cd45e96 commit 5f75a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/solid_queue/install/templates/db/queue_schema.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ActiveRecord::Schema[8.0].define(version: 2024_09_04_193154) do
1+
ActiveRecord::Schema[7.1].define(version: 2024_09_04_193154) do
22
create_table "solid_queue_blocked_executions", force: :cascade do |t|
33
t.integer "job_id", null: false
44
t.string "queue_name", null: false

0 commit comments

Comments
 (0)