Compare commits

..

No commits in common. "a3155c588269e7865a75b195c747f39a1d2e16ba" and "51502bd694411fe34fe9f6dea90aead792eb94a6" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -330,7 +330,6 @@ func UpdateNode(userID, nodeID int, content string, cryptoKeyID int, markdown bo
SET
content = $1,
content_encrypted = '',
markdown = $5,
crypto_key_id = CASE $2::int
WHEN 0 THEN NULL
ELSE $2
@ -343,7 +342,6 @@ func UpdateNode(userID, nodeID int, content string, cryptoKeyID int, markdown bo
cryptoKeyID,
nodeID,
userID,
markdown,
)
}

View File

@ -1 +1 @@
v19
v18