This commit is contained in:
Dmitry Zuikov 2024-09-11 12:33:19 +03:00
parent 6178b04310
commit a0ca26499a
1 changed files with 4 additions and 0 deletions

View File

@ -464,6 +464,10 @@ insertFixmeExported h item = do
w = case
when excluded.w > object.w and (excluded.v <> object.v) then excluded.w
else object.w
end,
nonce = case
when excluded.w > object.w and (excluded.v <> object.v) then null
else object.nonce
end
|]