mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-03 05:27:25 +00:00
Created bracket and extra flag for wrestler
This commit is contained in:
5
db/migrate/20150206025407_add_extra_flag_for_wrestler.rb
Normal file
5
db/migrate/20150206025407_add_extra_flag_for_wrestler.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddExtraFlagForWrestler < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :wrestlers, :extra, :boolean
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user