mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-08 15:12:50 +00:00
Fix missing word in create_triggers comment (#5375)
This commit is contained in:
parent
c0e156dfa7
commit
182f2532dc
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ current_setting('lemmy.protocol_and_hostname') || url_path
|
|||
-- not allowed for a `DELETE` trigger)
|
||||
-- * Transition tables are only provided to the trigger function, not to functions that it calls.
|
||||
--
|
||||
-- This function can only be called once per table. The trigger function body given as the 2nd argument
|
||||
-- This function can only be called once per table. The trigger function body is given as the 2nd argument
|
||||
-- and can contain these names, which are replaced with a `SELECT` statement in parenthesis if needed:
|
||||
-- * `select_old_rows`
|
||||
-- * `select_new_rows`
|
||||
|
|
Loading…
Reference in a new issue