Remove job trigger audit.

This commit is contained in:
Patrick Fic
2021-04-14 13:43:41 -07:00
parent c55ee2e7cf
commit 97ce408974
5 changed files with 6 additions and 66 deletions

View File

@@ -0,0 +1 @@
[]

View File

@@ -0,0 +1,5 @@
- args:
cascade: false
read_only: false
sql: drop trigger if exists audit_trigger_jobs on jobs;
type: run_sql