mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
7 lines
129 B
Ruby
7 lines
129 B
Ruby
class AddCaster < ActiveRecord::Migration
|
|
def change
|
|
change_table :matches do |m|
|
|
m.string :caster_id
|
|
end
|
|
end
|
|
end
|