Thanks to visit codestin.com
Credit goes to github.com

Skip to content

force_foreground keyword argument still present for 'db-migrate' cli command in 0.12.0 release #35

Description

@Erikun

I installed quart-db 0.12.0 through pip but when trying to run quart db-migrate I get the error

TypeError: QuartDB.migrate() got an unexpected keyword argument 'force_foreground'

The migration works when just starting the app.
The cli command 'db-migrate' still has the keyword argument force_foreground=True when calling await extension.migrate(fore_foreground=True) in the release of the package. This is also true in the releases on github when I checked them. I guess it is fixed ~2 months ago in the github source code but no new release has been made.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions