Skip to content

Commit

Permalink
Manglende tegn i filnavn for ny postgres-taskpoller (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen authored Jun 17, 2024
1 parent cc62228 commit 31c43ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ String getSqlForPollingTemplate() {
private static synchronized String getSqlForPollingTemplate(EntityManager entityManager) {
if (DatabaseUtil.isPostgres(entityManager)) {
if (POSTGRESQL_FRA_FIL == null) {
POSTGRESQL_FRA_FIL = getSqlFraFil(TaskManager.class.getSimpleName() + "postgres_pollTask.sql");
POSTGRESQL_FRA_FIL = getSqlFraFil(TaskManager.class.getSimpleName() + "_postgres_pollTask.sql");
}
return POSTGRESQL_FRA_FIL;
} else {
Expand Down

0 comments on commit 31c43ad

Please sign in to comment.