Skip to content

Commit c101769

Browse files
committed
Set migration version to 7.1
1 parent b812711 commit c101769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/dummy/db/migrate/20231019180159_create_posts.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class CreatePosts < ActiveRecord::Migration[7.2]
1+
class CreatePosts < ActiveRecord::Migration[7.1]
22
def change
33
create_table :posts do |t|
44
t.string :title

test/dummy/db/schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# It's strongly recommended that you check this file into your version control system.
1212

13-
ActiveRecord::Schema[7.2].define(version: 2023_10_19_180159) do
13+
ActiveRecord::Schema[7.1].define(version: 2023_10_19_180159) do
1414
create_table "posts", force: :cascade do |t|
1515
t.string "title"
1616
t.text "body"

0 commit comments

Comments
 (0)