You are here

function openid_connect_update_8205 in OpenID Connect / OAuth client 2.x

Drop the 'openid_connect_authmap' table.

File

./openid_connect.install, line 234
Install, update and uninstall functions for the OpenID Connect module.

Code

function openid_connect_update_8205() {
  \Drupal::database()
    ->schema()
    ->dropTable('openid_connect_authmap');
}