diff --git a/db/schema.rb b/db/schema.rb --- a/db/schema.rb +++ b/db/schema.rb @@ -9,7 +9,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20090416235658) do +ActiveRecord::Schema.define(:version => 20090426131044) do create_table "announcements", :force => true do |t| t.string "author" @@ -51,6 +51,7 @@ t.datetime "updated_at" t.integer "task_id" t.string "task_type" + t.boolean "terminated" end add_index "grader_processes", ["host", "pid"], :name => "index_grader_processes_on_ip_and_pid"