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:
parent
3890f74d0d
commit
391f8ff00b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
class CreatePosts < ActiveRecord::Migration
|
||||
class CreatePosts < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
create_table :posts do |t|
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue