mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-14 08:58:29 +00:00
Changed tournament.matchups to tournament.matchups_array
This commit is contained in:
5
db/migrate/20150325004527_rename_tournament_matchups.rb
Normal file
5
db/migrate/20150325004527_rename_tournament_matchups.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class RenameTournamentMatchups < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :tournaments, :matchups, :matchups_array
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user