Skip to content

Commit

Permalink
migrations: render_as_batch is now a default argument from migrate
Browse files Browse the repository at this point in the history
Flask-migrate sets render_as_batch has default now.
  • Loading branch information
jelly authored and anthraxx committed May 14, 2023
1 parent 8cf6fbf commit fdfdab5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion migrations/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def process_revision_directives(context, revision, directives):
context.configure(connection=connection,
target_metadata=target_metadata,
process_revision_directives=process_revision_directives,
render_as_batch=True,
**current_app.extensions['migrate'].configure_args)

try:
Expand Down

0 comments on commit fdfdab5

Please sign in to comment.