some more re-org + fixes
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 1m21s

This commit is contained in:
2025-11-24 16:01:54 -08:00
parent 6f03a316b2
commit 2316bec2d6
2 changed files with 2 additions and 2 deletions

View File

@@ -2066,7 +2066,7 @@ BEGIN
CREATE TRIGGER on_%s_updated
BEFORE UPDATE ON public.%I
FOR EACH ROW EXECUTE FUNCTION public.handle_updated_at();',
t_name, t_name, t_name);
t_name, t_name, t_name, t_name);
END LOOP;
END;
$$;