Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit dc297c6

Browse files
author
Jørgen Tu Sveli
committed
b Orakel er kresen
1 parent 042962f commit dc297c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/no/nav/fo/veilarbregistrering/db/migrering_postgres/MigreringRepositoryImpl.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class MigreringRepositoryImpl(private val db: NamedParameterJdbcTemplate) {
2121
"FROM ${tabellNavn.name} " +
2222
"WHERE ${tabellNavn.idKolonneNavn} > :id " +
2323
"ORDER BY ${tabellNavn.idKolonneNavn} " +
24-
"FETCH NEXT 1000 ROWS ONLY;"
24+
"FETCH NEXT 1000 ROWS ONLY"
2525
return db.queryForList(sql, mapOf("id" to id))
2626
}
2727
}

0 commit comments

Comments
 (0)