mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-24 23:30:56 +00:00
Update utils.sql
This commit is contained in:
parent
a2dfb93de3
commit
8acf2f96ea
|
@ -62,7 +62,7 @@ CREATE FUNCTION r.local_url (url_path text)
|
||||||
LANGUAGE sql
|
LANGUAGE sql
|
||||||
STABLE PARALLEL SAFE
|
STABLE PARALLEL SAFE
|
||||||
RETURN (
|
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
|
-- This function creates statement-level triggers for all operation types. It's designed this way
|
||||||
-- because of these limitations:
|
-- because of these limitations:
|
||||||
|
|
Loading…
Reference in a new issue