Skip to content

Commit e6856bf

Browse files
committed
Fix typo
1 parent 37af6a1 commit e6856bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs_e2e/rails_7_2/db/migrate/20180621085832_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[6.1]
1+
class CreatePosts < ActiveRecord::Migration[7.2]
22
def change
33
create_table :posts do |t|
44
t.string :title

0 commit comments

Comments
 (0)