profile completion percentage inconsistency fix
This commit is contained in:
parent
809ab90d30
commit
4adfb011d2
|
|
@ -27,7 +27,7 @@ BEGIN
|
|||
filled_count := filled_count + 1;
|
||||
END IF;
|
||||
|
||||
-- Check country
|
||||
--- Check country
|
||||
IF NULLIF(TRIM(NEW.country), '') IS NOT NULL THEN
|
||||
filled_count := filled_count + 1;
|
||||
END IF;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user