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 b812711 commit c101769Copy full SHA for c101769
test/dummy/db/migrate/20231019180159_create_posts.rb
@@ -1,4 +1,4 @@
1
-class CreatePosts < ActiveRecord::Migration[7.2]
+class CreatePosts < ActiveRecord::Migration[7.1]
2
def change
3
create_table :posts do |t|
4
t.string :title
test/dummy/db/schema.rb
@@ -10,7 +10,7 @@
10
#
11
# It's strongly recommended that you check this file into your version control system.
12
13
-ActiveRecord::Schema[7.2].define(version: 2023_10_19_180159) do
+ActiveRecord::Schema[7.1].define(version: 2023_10_19_180159) do
14
create_table "posts", force: :cascade do |t|
15
t.string "title"
16
t.text "body"
0 commit comments