Skip to content

Commit

Permalink
[MODAUD-174] - Minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Nov 15, 2023
1 parent 82b48db commit af27863
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod-audit-server/src/main/java/org/folio/util/DbUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import static org.folio.rest.persist.PostgresClient.convertToPsqlStandard;

public class DbUtils {
private DbUtils() {
}

public static String formatDBTableName(String tenantId, String table) {
return format("%s.%s", convertToPsqlStandard(tenantId), table);
Expand Down

0 comments on commit af27863

Please sign in to comment.