There was an error while loading. Please reload this page.
1 parent a17ab16 commit 69d3482Copy full SHA for 69d3482
apps/docs/components/MDX/storage_management.mdx
@@ -64,7 +64,7 @@ declare
64
avatar_name text;
65
begin
66
if coalesce(old.avatar_url, '') <> ''
67
- and (tg_op = 'DELETE' or (old.avatar_url <> new.avatar_url)) then
+ and (tg_op = 'DELETE' or (old.avatar_url <> coalesce(new.avatar_url, ''))) then
68
-- extract avatar name
69
avatar_name := old.avatar_url;
70
select
0 commit comments