fixed migration

This commit is contained in:
nilsding 2014-11-03 12:54:02 +01:00
parent 8d36050840
commit f935500586
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ class CreateQuestions < ActiveRecord::Migration
t.boolean :author_is_anonymous
t.string :author_name
t.string :author_email
t.integer :user_id
t.timestamps
end