1
0
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:
vagrant
2015-02-06 03:01:17 +00:00
parent e9cf73f9d5
commit f4059009ba
6 changed files with 144 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class AddExtraFlagForWrestler < ActiveRecord::Migration
def change
add_column :wrestlers, :extra, :boolean
end
end