Sha256: 9c8ca80078340f9594ed84796b28bdf3b52bf2c61e4884a359c811526e443585
Contents?: true
Size: 226 Bytes
Versions: 25
Compression:
Stored size: 226 Bytes
Contents
class EnablePkce < ActiveRecord::Migration[5.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
25 entries across 25 versions & 1 rubygems