Sha256: 0fc7b430f41c1f15f222707281c85e4f78bd7ec824713a43624db0fb295a309d
Contents?: true
Size: 302 Bytes
Versions: 13
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true class AddConfidentialToApplications < ActiveRecord::Migration[5.1] def change add_column( :oauth_applications, :confidential, :boolean, null: false, default: true, # maintaining backwards compatibility: require secrets ) end end
Version data entries
13 entries across 13 versions & 3 rubygems