|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
#
|
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20140814062455) do
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20140826072838) do
|
|
|
|
|
|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
|
t.integer "act_id", :null => false
|
|
|
|
@ -441,10 +441,10 @@ ActiveRecord::Schema.define(:version => 20140814062455) do
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
t.integer "sort_type"
|
|
|
|
|
t.integer "show_course", :default => 1
|
|
|
|
|
t.integer "show_contest", :default => 1
|
|
|
|
|
t.integer "image_width", :default => 107
|
|
|
|
|
t.integer "image_height", :default => 63
|
|
|
|
|
t.integer "show_course", :default => 1
|
|
|
|
|
t.integer "show_contest", :default => 1
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "forums", :force => true do |t|
|
|
|
|
@ -793,8 +793,14 @@ ActiveRecord::Schema.define(:version => 20140814062455) do
|
|
|
|
|
create_table "project_scores", :force => true do |t|
|
|
|
|
|
t.string "project_id"
|
|
|
|
|
t.integer "score"
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
t.integer "issue_num", :default => 0
|
|
|
|
|
t.integer "issue_journal_num", :default => 0
|
|
|
|
|
t.integer "news_num", :default => 0
|
|
|
|
|
t.integer "documents_num", :default => 0
|
|
|
|
|
t.integer "changeset_num", :default => 0
|
|
|
|
|
t.integer "board_message_num", :default => 0
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "project_statuses", :force => true do |t|
|
|
|
|
|