Changeset 80847
- Timestamp:
- 07/18/11 15:44:59 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gsoc11-statistics/stats-server/db/schema.rb
r80731 r80847 11 11 # It's strongly recommended to check this file into your version control system. 12 12 13 ActiveRecord::Schema.define(:version => 2011071 6021834) do13 ActiveRecord::Schema.define(:version => 20110718213618) do 14 14 15 15 create_table "categories", :force => true do |t| … … 23 23 t.string "version" 24 24 t.text "variants" 25 t.string "month"26 t.string "year"27 25 t.datetime "created_at" 28 26 t.datetime "updated_at" 29 27 t.integer "user_id" 30 28 end 29 30 add_index "installed_ports", ["port_id"], :name => "index_installed_ports_on_port_id" 31 add_index "installed_ports", ["user_id"], :name => "index_installed_ports_on_user_id" 31 32 32 33 create_table "os_statistics", :force => true do |t| … … 42 43 t.integer "user_id" 43 44 end 45 46 add_index "os_statistics", ["user_id"], :name => "index_os_statistics_on_user_id" 44 47 45 48 create_table "ports", :force => true do |t| … … 58 61 end 59 62 63 add_index "ports", ["name"], :name => "index_ports_on_name" 64 60 65 create_table "submissions", :force => true do |t| 61 66 t.string "data"
Note: See TracChangeset
for help on using the changeset viewer.

