Sha256: 9e29a7a421015a1f9f987220c39548d0b50ea7494ce778931b310ad6854512a5
Contents?: true
Size: 257 Bytes
Versions: 28
Compression:
Stored size: 257 Bytes
Contents
# frozen_string_literal: true class EnablePkce < ActiveRecord::Migration[4.2] def change add_column :oauth_access_grants, :code_challenge, :string, null: true add_column :oauth_access_grants, :code_challenge_method, :string, null: true end end
Version data entries
28 entries across 28 versions & 3 rubygems