Skip to content

Commit

Permalink
sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Jun 29, 2023
1 parent 241d919 commit 8edbae7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def upgrade():
op.drop_table("services_limitations")
# ### end Alembic commands ###
# custom
op.execute(f"DROP FUNCTION services_limitations_auto_update_modified();")
op.execute("DROP FUNCTION services_limitations_auto_update_modified();")


def downgrade():
Expand Down

0 comments on commit 8edbae7

Please sign in to comment.