1
0
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:
2015-12-16 17:48:32 +00:00
parent 27f5db32fa
commit 90bf95cd11
3 changed files with 199 additions and 6 deletions

View 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