debian-mirror-gitlab/db/migrate/20151005150751_add_layout_option_for_users.rb

5 lines
131 B
Ruby
Raw Normal View History

2015-10-24 18:46:33 +05:30
class AddLayoutOptionForUsers < ActiveRecord::Migration
def change
add_column :users, :layout, :integer, default: 0
end
end