Skip to content

Commit 8919965

Browse files
committed
Lets just match the SQ here on the version requirement
1 parent 0ccb4c6 commit 8919965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/solid_cache/install/templates/db/cache_schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
ActiveRecord::Schema[7.2].define(version: 1) do
3+
ActiveRecord::Schema[7.1].define(version: 1) do
44
create_table "solid_cache_entries", force: :cascade do |t|
55
t.binary "key", limit: 1024, null: false
66
t.binary "value", limit: 536870912, null: false

0 commit comments

Comments
 (0)