class AddSsoOptionsToUserAndSchoolConfig < ActiveRecord::Migration[6.0]
  def change
    add_column :Users, :google_id, :string, null: true, after: :edfi_state_employment
    add_column :SchoolConfig, :google_sso, :integer, null: false, default: 0
  end
end
