|
|
@ -528,7 +528,7 @@ ActiveRecord::Schema.define(:version => 20140611161801) do
|
|
|
|
t.integer "project_id", :default => 0
|
|
|
|
t.integer "project_id", :default => 0
|
|
|
|
t.datetime "created_on"
|
|
|
|
t.datetime "created_on"
|
|
|
|
t.boolean "mail_notification", :default => false, :null => false
|
|
|
|
t.boolean "mail_notification", :default => false, :null => false
|
|
|
|
t.integer "course_id"
|
|
|
|
t.integer "course_id", :default => -1
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
add_index "members", ["project_id"], :name => "index_members_on_project_id"
|
|
|
|
add_index "members", ["project_id"], :name => "index_members_on_project_id"
|
|
|
|