Skip to content
Snippets Groups Projects
Unverified Commit 04fd7ddd authored by Marat Badykov's avatar Marat Badykov Committed by GitHub
Browse files

fix createLogoutTable method (#1324)

fix_createLogoutTable_method
parent c724e29c
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ class LogoutStore ...@@ -40,7 +40,7 @@ class LogoutStore
case 'pgsql': case 'pgsql':
// This does not affect the NOT NULL constraint // This does not affect the NOT NULL constraint
$update = [ $update = [
'ALTER TABLE ' . $store->prefix . '_saml_LogoutStore ALTER COLUMN _expire TIMESTAMP' 'ALTER TABLE ' . $store->prefix . '_saml_LogoutStore ALTER COLUMN _expire TYPE TIMESTAMP'
]; ];
break; break;
case 'sqlite': case 'sqlite':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment