Skip to content

Commit

Permalink
Merge branch 'main' into stop-auto-configuring-database-yml
Browse files Browse the repository at this point in the history
* main:
  Update schema version to match gemspec
  • Loading branch information
dhh committed Sep 9, 2024
2 parents 3b69b56 + 94ea379 commit 105205a
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 105205a

Please sign in to comment.