From f93550058674fa75633526e68ec40f0472a0d1fa Mon Sep 17 00:00:00 2001 From: nilsding Date: Mon, 3 Nov 2014 12:54:02 +0100 Subject: [PATCH] fixed migration --- db/migrate/20140801174930_create_questions.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/migrate/20140801174930_create_questions.rb b/db/migrate/20140801174930_create_questions.rb index 58714fb9..ce85c988 100644 --- a/db/migrate/20140801174930_create_questions.rb +++ b/db/migrate/20140801174930_create_questions.rb @@ -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