Skip to content

Commit

Permalink
Update schema version to match gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Sep 6, 2024
1 parent f08bbfc commit c393cd3
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 c393cd3

Please # to comment.