Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Jan 31, 2022
1 parent 622d91d commit dc839ef
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 @@ -849,7 +849,7 @@ def migrate(driver):
AFTER INSERT OR UPDATE OR DELETE ON certificate
FOR EACH ROW EXECUTE PROCEDURE process_cert_audit();"""
)

add_column_if_not_exist(
table_name=Project.__tablename__,
column=Column("authz", String),
Expand Down

0 comments on commit dc839ef

Please sign in to comment.