BigW Consortium Gitlab

20160310185910_add_external_flag_to_users.rb 159 Bytes
# rubocop:disable all
class AddExternalFlagToUsers < ActiveRecord::Migration
  def change
    add_column :users, :external, :boolean, default: false
  end
end