mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
6 lines
117 B
Ruby
6 lines
117 B
Ruby
|
class AddLayoutToProfile < ActiveRecord::Migration
|
||
|
def change
|
||
|
add_column :profiles, :layout, :string
|
||
|
end
|
||
|
end
|