Skip to content

Commit eeb0d47

Browse files
committed
Use version 1 for schema, to match Solid Cache's
h/t to @brunoprietog for catching this.
1 parent 2ed2cfe commit eeb0d47

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

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

0 commit comments

Comments
 (0)