diff --git a/db/migrations/000012_profile_completion.up.sql b/db/migrations/000012_profile_completion.up.sql index 65a0257..5074668 100644 --- a/db/migrations/000012_profile_completion.up.sql +++ b/db/migrations/000012_profile_completion.up.sql @@ -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;