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 => 20090815171610) do +ActiveRecord::Schema.define(:version => 20100113094740) do create_table "announcements", :force => true do |t| t.string "author" @@ -155,6 +155,14 @@ t.datetime "updated_at" end + create_table "test_pairs", :force => true do |t| + t.integer "problem_id" + t.text "input" + t.text "solution" + t.datetime "created_at" + t.datetime "updated_at" + end + create_table "test_requests", :force => true do |t| t.integer "user_id" t.integer "problem_id"