docs(cli): correcting trigger disable example

pull/6002/head
meelahme 2025-04-30 18:08:43 -07:00
parent 289c24e881
commit 81d8863849
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ This is useful when you want a trigger to apply to any table in the database, re
### Create a disabled trigger
Use this command to create a trigger in a disabled state. You can enable the trigger later using the update trigger command.
Use this command to create a trigger in a disabled state.
<!--pytest.mark.skip-->