BigW Consortium Gitlab

20150713160110_add_project_view_to_users.rb 158 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddProjectViewToUsers < ActiveRecord::Migration
  def change
    add_column :users, :project_view, :integer, default: 0
  end
end