1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-02 04:35:26 +00:00
Files
wrestlingdev.com/db/migrate/20140122151620_weight_add_tournament_id.rb

6 lines
126 B
Ruby

class WeightAddTournamentId < ActiveRecord::Migration
def change
add_column :weights, :tournament_id, :integer
end
end