ensl.org/db/migrate/20140509231817_add_stream.rb
2014-05-10 11:52:00 +03:00

7 lines
130 B
Ruby

class AddStream < ActiveRecord::Migration
def change
change_table :profiles do |p|
p.string :stream
end
end
end