Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
what on earth
wha?
  • Loading branch information
Alfonso committed Apr 17, 2012
1 parent 0f4fe91 commit ea398cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions db/schema.rb
Expand Up @@ -53,7 +53,7 @@
t.integer "zero_commutes"
t.float "team_participation"
t.integer "newbies"
t.integer "leader" #id for a team leader user points to users table below
t.integer "leader"
t.boolean "shirt"
t.string "shirt_size"
t.string "address_line_1"
Expand All @@ -67,12 +67,12 @@
end

create_table "users", :force => true do |t|
t.string "fname" #Team leader fname lives here
t.string "lname" #Team leader lname lives here
t.string "fname"
t.string "lname"
t.integer "team_id"
t.boolean "isadmin"
t.boolean "isnewbie"
t.string "email" #Team leader email lives here via id above
t.string "email"
t.string "bikerclass"
t.datetime "created_at"
t.datetime "updated_at"
Expand Down

0 comments on commit ea398cb

Please sign in to comment.