diff --git a/crates/db_schema/replaceable_schema/utils.sql b/crates/db_schema/replaceable_schema/utils.sql index 4fbc7ff57..528862c27 100644 --- a/crates/db_schema/replaceable_schema/utils.sql +++ b/crates/db_schema/replaceable_schema/utils.sql @@ -62,7 +62,7 @@ CREATE FUNCTION r.local_url (url_path text) LANGUAGE sql STABLE PARALLEL SAFE RETURN ( - current_setting ('lemmy.protocol_and_hostname') || url_path) + current_setting ('lemmy.protocol_and_hostname') || url_path); -- This function creates statement-level triggers for all operation types. It's designed this way -- because of these limitations: