1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00

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

View file

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