Skip to content

Commit

Permalink
Use version 1 for schema, to match Solid Cache's
Browse files Browse the repository at this point in the history
h/t to @brunoprietog for catching this.
  • Loading branch information
rosa committed Sep 22, 2024
1 parent 2ed2cfe commit eeb0d47
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[7.1].define(version: 2024_09_04_193154) do
ActiveRecord::Schema[7.1].define(version: 1) do
create_table "solid_queue_blocked_executions", force: :cascade do |t|
t.bigint "job_id", null: false
t.string "queue_name", null: false
Expand Down

0 comments on commit eeb0d47

Please sign in to comment.