Sha256: b273a084cd3888764e9dd5909873e6d4dc55654ff5bb549e3e475a8f37ebea02
Contents?: true
Size: 298 Bytes
Versions: 4
Compression:
Stored size: 298 Bytes
Contents
class AddConfidentialToDoorkeeperApplication < ActiveRecord::Migration<%= migration_version %> def change add_column( :oauth_applications, :confidential, :boolean, null: false, default: true # maintaining backwards compatibility: require secrets ) end end
Version data entries
4 entries across 4 versions & 1 rubygems