mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-21 12:29:24 +00:00
Updated README instructions and fixed filename of my migration
This commit is contained in:
5
db/migrate/20150517075923_rename_bout_number.rb
Normal file
5
db/migrate/20150517075923_rename_bout_number.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class RenameBoutNumber < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :matches, :boutNumber, :bout_number
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user