We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccb4c6 commit 8919965Copy full SHA for 8919965
lib/generators/solid_cache/install/templates/db/cache_schema.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
-ActiveRecord::Schema[7.2].define(version: 1) do
+ActiveRecord::Schema[7.1].define(version: 1) do
4
create_table "solid_cache_entries", force: :cascade do |t|
5
t.binary "key", limit: 1024, null: false
6
t.binary "value", limit: 536870912, null: false
0 commit comments