0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-25 02:31:19 +00:00
ensl.org/db/migrate/20140510080652_add_caster.rb

8 lines
129 B
Ruby
Raw Normal View History

2014-05-10 08:44:48 +00:00
class AddCaster < ActiveRecord::Migration
def change
change_table :matches do |m|
m.string :caster_id
end
end
end