From 8acf2f96eaf8ab8479ae5221298d0c7d4fca2c2b Mon Sep 17 00:00:00 2001 From: dullbananas Date: Tue, 11 Jun 2024 11:48:12 -0700 Subject: [PATCH] Update utils.sql --- crates/db_schema/replaceable_schema/utils.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: