From 391f8ff00bcf6ad692e1d768abbbac500f093406 Mon Sep 17 00:00:00 2001 From: Dmytro Stepaniuk Date: Tue, 9 May 2017 17:20:38 +0300 Subject: [PATCH] add migration version to create posts migration (#803) --- spec/dummy/db/migrate/20121019115657_create_posts.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/dummy/db/migrate/20121019115657_create_posts.rb b/spec/dummy/db/migrate/20121019115657_create_posts.rb index 30d7c04..1ff0db9 100644 --- a/spec/dummy/db/migrate/20121019115657_create_posts.rb +++ b/spec/dummy/db/migrate/20121019115657_create_posts.rb @@ -1,4 +1,4 @@ -class CreatePosts < ActiveRecord::Migration +class CreatePosts < ActiveRecord::Migration[4.2] def change create_table :posts do |t|