mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-05 06:07:20 +00:00
Added a bout board
This commit is contained in:
6
db/migrate/20150619142023_add_mat_id_to_match.rb
Normal file
6
db/migrate/20150619142023_add_mat_id_to_match.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddMatIdToMatch < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :matches, :mat_id, :integer
|
||||
add_index :matches, :mat_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user