mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
7 lines
130 B
Ruby
7 lines
130 B
Ruby
class AddStream < ActiveRecord::Migration
|
|
def change
|
|
change_table :profiles do |p|
|
|
p.string :stream
|
|
end
|
|
end
|
|
end
|