Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marinelli committed Feb 28, 2025
1 parent 952fb90 commit 4576b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Database/PostgreSQL/PQTypes/Model/Trigger.hs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ data Trigger = Trigger
-- triggers of same table. See 'triggerMakeName'.
, triggerKind :: TriggerKind
-- ^ The kind of trigger we want to create.
-- @since 1.17.0.0
, triggerEvents :: Set TriggerEvent
-- ^ The set of events. Corresponds to the @{ __event__ [ OR ... ] }@ in the trigger
-- definition. The order in which they are defined doesn't matter and there can
Expand Down

0 comments on commit 4576b21

Please sign in to comment.