0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-02-22 12:01:16 +00:00
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