Sha256: 273b7cd43cad660a7d1666c4ffcfe329bcf6167c5c053644df7afd994cd7d499
Contents?: true
Size: 279 Bytes
Versions: 11
Compression:
Stored size: 279 Bytes
Contents
class AddConfidentialToDoorkeeperApplication < ActiveRecord::Migration[5.2] def change add_column( :oauth_applications, :confidential, :boolean, null: false, default: true # maintaining backwards compatibility: require secrets ) end end
Version data entries
11 entries across 11 versions & 1 rubygems