diff --git a/modules/saml/lib/SP/LogoutStore.php b/modules/saml/lib/SP/LogoutStore.php index a324529b62a38404fb6fa71bae8f0d1da3e7f005..b1e4cecdecbc6084c92e559ac43cfc43ea707a4f 100644 --- a/modules/saml/lib/SP/LogoutStore.php +++ b/modules/saml/lib/SP/LogoutStore.php @@ -110,7 +110,7 @@ class LogoutStore $query .= $store->prefix.'_saml_LogoutStore (_authSource(191), _nameId)'; $store->pdo->exec($query); - $store->setTableVersion('saml_LogoutStore', 2); + $store->setTableVersion('saml_LogoutStore', 3); }