This commit is contained in:
wanglinchun 2014-06-05 14:13:27 +08:00
parent f17c01010f
commit 6abdce1e59
1 changed files with 3 additions and 3 deletions

View File

@ -211,9 +211,9 @@ ActiveRecord::Schema.define(:version => 20140605003915) do
t.string "summary"
t.string "description"
t.integer "author_id"
t.integer "comments_count"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.integer "notificationcomments_count"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
end
create_table "contests", :force => true do |t|