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

Version Path
hackathon_manager-0.14.1 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.14.0 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.13.12 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.13.11 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.13.10 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.13.9 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.13.8 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.13.7 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.13.6 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.13.5 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.13.4 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.13.3 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.13.2 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.13.1 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.13.0 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.12.2 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.12.1 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.12.0 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.11.2 db/migrate/20181221195241_enable_pkce.rb
hackathon_manager-0.11.1 db/migrate/20181221195241_enable_pkce.rb