add migration version to create posts migration (#803)

This commit is contained in:
Dmytro Stepaniuk 2017-05-09 17:20:38 +03:00 committed by Cliff Braton
parent 3890f74d0d
commit 391f8ff00b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class CreatePosts < ActiveRecord::Migration
class CreatePosts < ActiveRecord::Migration[4.2]
def change
create_table :posts do |t|