Skip to content

Commit

Permalink
Merge pull request #213 from npezza93/main
Browse files Browse the repository at this point in the history
Update schema version to match gemspec
  • Loading branch information
dhh authored Sep 6, 2024
2 parents f08bbfc + c393cd3 commit 94ea379
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

ActiveRecord::Schema[7.1].define(version: 1) do
ActiveRecord::Schema[7.2].define(version: 1) do
create_table "solid_cache_entries", force: :cascade do |t|
t.binary "key", limit: 1024, null: false
t.binary "value", limit: 536870912, null: false
Expand Down

0 comments on commit 94ea379

Please # to comment.