Skip to content

Commit

Permalink
chore/blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed Nov 19, 2019
1 parent 8582935 commit c09b013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fence/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ def migrate(driver):
"SELECT exists (SELECT * FROM pg_trigger WHERE tgname = 'cert_audit')"
)
session.execute(
('DROP TRIGGER cert_audit ON certificate; ' if exist else "")
("DROP TRIGGER cert_audit ON certificate; " if exist else "")
+ """\
CREATE TRIGGER cert_audit
AFTER INSERT OR UPDATE OR DELETE ON certificate
Expand Down

0 comments on commit c09b013

Please sign in to comment.