Skip to content

Commit

Permalink
Correct prepared statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Dec 19, 2024
1 parent 07eeb89 commit a179fd8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ class V168__dvh_pesys_fix_migrated_anker : BaseJavaMigration() {
val preparedStatement = context.connection.prepareStatement(
"""
update klage.kafka_event
set json_payload = ?
and status_id = ?
set json_payload = ?, status_id = ?
where id = ?
""".trimIndent()
)
Expand Down

0 comments on commit a179fd8

Please sign in to comment.