mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-02 04:35:26 +00:00
6 lines
126 B
Ruby
6 lines
126 B
Ruby
class WeightAddTournamentId < ActiveRecord::Migration
|
|
def change
|
|
add_column :weights, :tournament_id, :integer
|
|
end
|
|
end
|