0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-03-18 00:21:50 +00:00
ensl.org/db/migrate/20140810224606_add_layout_to_profile.rb

6 lines
117 B
Ruby
Raw Normal View History

class AddLayoutToProfile < ActiveRecord::Migration
def change
add_column :profiles, :layout, :string
end
end