Changeset 80567
- Timestamp:
- 07/14/11 22:34:28 (4 years ago)
- Location:
- branches/gsoc11-statistics/stats-server/db
- Files:
-
- 3 added
- 1 edited
-
migrate/20110714161719_create_users.rb (added)
-
migrate/20110714162748_remove_uuid_from_os_statistics.rb (added)
-
migrate/20110714162815_add_user_id_to_os_statistics.rb (added)
-
schema.rb (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gsoc11-statistics/stats-server/db/schema.rb
r80511 r80567 11 11 # It's strongly recommended to check this file into your version control system. 12 12 13 ActiveRecord::Schema.define(:version => 2011071 3220512) do13 ActiveRecord::Schema.define(:version => 20110714162815) do 14 14 15 15 create_table "categories", :force => true do |t| … … 31 31 32 32 create_table "os_statistics", :force => true do |t| 33 t.string "uuid"34 33 t.datetime "created_at" 35 34 t.datetime "updated_at" … … 41 40 t.string "xcode_version" 42 41 t.string "gcc_version" 42 t.integer "user_id" 43 43 end 44 44 … … 64 64 end 65 65 66 create_table "users", :force => true do |t| 67 t.string "uuid" 68 t.datetime "created_at" 69 t.datetime "updated_at" 70 end 71 66 72 end
Note: See TracChangeset
for help on using the changeset viewer.

