We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d72a7 commit ffa0196Copy full SHA for ffa0196
src/main/java/io/supertokens/storage/postgresql/config/PostgreSQLConfig.java
@@ -434,9 +434,6 @@ public String getDashboardSessionsTable() {
434
return addSchemaAndPrefixToTableName("dashboard_user_sessions");
435
}
436
437
- public String getOAuthRevokeTable() {
438
- return addSchemaAndPrefixToTableName("oauth_revoke");
439
- }
440
441
public String getTotpUsersTable() {
442
return addSchemaAndPrefixToTableName("totp_users");
0 commit comments