Sha256: 1f825c034a5a49c7e91559f8df3bc52b797e312ed16a68e9a40ef27594bbf5b3

Contents?: true

Size: 229 Bytes

Versions: 1

Compression:

Stored size: 229 Bytes

Contents

# frozen_string_literal: true

class AddCustomAttributes < ActiveRecord::Migration[4.2]
  def change
    add_column :oauth_access_grants, :tenant_name, :string
    add_column :oauth_access_tokens, :tenant_name, :string
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
doorkeeper-mongodb-5.4.0 spec/dummy/db/migrate/20230205064514_add_custom_attributes.rb