mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-16 02:07:46 +00:00
A ton of stuff was done to finalize the app for use
This commit is contained in:
5
db/migrate/20140125065443_add_mat_id_to_weights.rb
Normal file
5
db/migrate/20140125065443_add_mat_id_to_weights.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddMatIdToWeights < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :weights, :mat_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user