mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-04 05:43:47 +00:00
Track stats on match page
This commit is contained in:
6
db/migrate/20151216154211_rename_stats.rb
Normal file
6
db/migrate/20151216154211_rename_stats.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class RenameStats < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :matches, :g_stat, :w1_stat
|
||||
rename_column :matches, :r_stat, :w2_stat
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user