|
|
@ -1311,6 +1311,7 @@ ActiveRecord::Schema.define(:version => 20150826061843) do
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
t.integer "late_penalty", :default => 0
|
|
|
|
t.integer "late_penalty", :default => 0
|
|
|
|
t.integer "absence_penalty", :default => 0
|
|
|
|
t.integer "absence_penalty", :default => 0
|
|
|
|
|
|
|
|
t.integer "system_score"
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
create_table "student_works_evaluation_distributions", :force => true do |t|
|
|
|
|
create_table "student_works_evaluation_distributions", :force => true do |t|
|
|
|
@ -1528,7 +1529,6 @@ ActiveRecord::Schema.define(:version => 20150826061843) do
|
|
|
|
t.string "identity_url"
|
|
|
|
t.string "identity_url"
|
|
|
|
t.string "mail_notification", :default => "", :null => false
|
|
|
|
t.string "mail_notification", :default => "", :null => false
|
|
|
|
t.string "salt", :limit => 64
|
|
|
|
t.string "salt", :limit => 64
|
|
|
|
t.integer "gid"
|
|
|
|
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
add_index "users", ["auth_source_id"], :name => "index_users_on_auth_source_id"
|
|
|
|
add_index "users", ["auth_source_id"], :name => "index_users_on_auth_source_id"
|
|
|
|