Compare commits
2 Commits
51502bd694
...
a3155c5882
Author | SHA1 | Date | |
---|---|---|---|
|
a3155c5882 | ||
|
60c6d4eaba |
2
node.go
2
node.go
@ -330,6 +330,7 @@ func UpdateNode(userID, nodeID int, content string, cryptoKeyID int, markdown bo
|
|||||||
SET
|
SET
|
||||||
content = $1,
|
content = $1,
|
||||||
content_encrypted = '',
|
content_encrypted = '',
|
||||||
|
markdown = $5,
|
||||||
crypto_key_id = CASE $2::int
|
crypto_key_id = CASE $2::int
|
||||||
WHEN 0 THEN NULL
|
WHEN 0 THEN NULL
|
||||||
ELSE $2
|
ELSE $2
|
||||||
@ -342,6 +343,7 @@ func UpdateNode(userID, nodeID int, content string, cryptoKeyID int, markdown bo
|
|||||||
cryptoKeyID,
|
cryptoKeyID,
|
||||||
nodeID,
|
nodeID,
|
||||||
userID,
|
userID,
|
||||||
|
markdown,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user