Skip to content

Commit 44a65f0

Browse files
authored
fix: appid fk test (#103)
1 parent ba06ad8 commit 44a65f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/io/supertokens/pluginInterface/Storage.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,8 @@ boolean isUserIdBeingUsedInNonAuthRecipe(AppIdentifier appIdentifier, String cla
9090
Set<String> getValidFieldsInConfig();
9191

9292
void setLogLevels(Set<LOG_LEVEL> logLevels);
93+
94+
String[] getAllTablesInTheDatabase() throws StorageQueryException;
95+
96+
String[] getAllTablesInTheDatabaseThatHasDataForAppId(String appId) throws StorageQueryException;
9397
}

0 commit comments

Comments
 (0)