bugfixes, policies, errors now have a link to the submissions

This commit is contained in:
Ralf Teusner
2015-04-10 20:23:38 +02:00
parent 4fe60d5f94
commit 172ca91329
14 changed files with 241 additions and 16 deletions

View File

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20150327141740) do
ActiveRecord::Schema.define(version: 20150408155923) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -43,8 +43,11 @@ ActiveRecord::Schema.define(version: 20150327141740) do
t.text "message"
t.datetime "created_at"
t.datetime "updated_at"
t.integer "submission_id"
end
add_index "errors", ["submission_id"], name: "index_errors_on_submission_id", using: :btree
create_table "execution_environments", force: true do |t|
t.string "docker_image"
t.string "name"