fix(update): include deleted_at in SELECT for EntryWriteRow mapping
The update_fields_by_id query was missing deleted_at column, causing sqlx FromRow mapping to fail against EntryWriteRow struct.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "secrets-mcp"
|
||||
version = "0.5.13"
|
||||
version = "0.5.14"
|
||||
edition.workspace = true
|
||||
|
||||
[[bin]]
|
||||
|
||||
Reference in New Issue
Block a user