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 => 20100219014840) do +ActiveRecord::Schema.define(:version => 20100303095700) do create_table "announcements", :force => true do |t| t.string "author" @@ -36,6 +36,7 @@ t.boolean "enabled" t.datetime "created_at" t.datetime "updated_at" + t.string "name" end create_table "contests_problems", :id => false, :force => true do |t|