Fix missing word in create_triggers comment (#5375)

This commit is contained in:
dullbananas 2025-02-01 11:27:47 -07:00 committed by GitHub
parent c0e156dfa7
commit 182f2532dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`