class Doorkeeper::ApplicationScopesGenerator

def oauth_applications_exists?

Might be running this before install
def oauth_applications_exists?
  ActiveRecord::Base.connection.table_exists? :oauth_applications
end