mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 20:36:01 +01:00
fixed migration
This commit is contained in:
parent
8d36050840
commit
f935500586
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue