summaryrefslogtreecommitdiff
path: root/internal/storage
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage')
-rw-r--r--internal/storage/sql_provider_queries.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/storage/sql_provider_queries.go b/internal/storage/sql_provider_queries.go
index 3577ca328..f6a415f8b 100644
--- a/internal/storage/sql_provider_queries.go
+++ b/internal/storage/sql_provider_queries.go
@@ -309,7 +309,8 @@ const (
queryFmtUpdateEncryptionEncryptedData = `
UPDATE %s
- SET value = ?`
+ SET value = ?
+ WHERE id = ?;`
)
const (