mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-06 14:36:59 +00:00
6 lines
125 B
Ruby
6 lines
125 B
Ruby
class RenameBoutNumber < ActiveRecord::Migration
|
|
def change
|
|
rename_column :matches, :boutNumber, :bout_number
|
|
end
|
|
end
|