Modifying the mash tournament schema a touch and adding a slew of scaffold-y stuff
This commit is contained in:
@@ -22,11 +22,13 @@ ActiveRecord::Schema.define(:version => 20120309130609) do
|
||||
add_index "maps", ["points"], :name => "index_maps_on_points"
|
||||
|
||||
create_table "mash_tournaments", :force => true do |t|
|
||||
t.integer "requester_id"
|
||||
t.integer "requester_id", :null => false
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
end
|
||||
|
||||
add_index "mash_tournaments", ["requester_id"], :name => "index_mash_tournaments_on_requester_id"
|
||||
|
||||
create_table "mashes", :force => true do |t|
|
||||
t.integer "requester_id", :null => false
|
||||
t.integer "map_a_id", :null => false
|
||||
|
||||
Reference in New Issue
Block a user