mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-05 17:31:20 +00:00
5 lines
117 B
Ruby
5 lines
117 B
Ruby
class AddLayoutToProfile < ActiveRecord::Migration
|
|
def change
|
|
add_column :profiles, :layout, :string
|
|
end
|
|
end
|