Sha256: e1f5b78b993041a081a3f1012af4b507f167737239774b54588708490ddf8e77
Contents?: true
Size: 310 Bytes
Versions: 66
Compression:
Stored size: 310 Bytes
Contents
# frozen_string_literal: true 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
66 entries across 66 versions & 1 rubygems