prefect.server.database.alembic_commands
with_alembic_lock
KeyError: 'config'
when del globals_[attr_name]
.
alembic_config
alembic_upgrade
revision
: The revision passed to alembic downgrade
. Defaults to ‘head’, upgrading all revisions.dry_run
: Show what migrations would be made without applying them. Will emit sql statements to stdout.alembic_downgrade
revision
: The revision passed to alembic downgrade
. Defaults to ‘base’, downgrading all revisions.dry_run
: Show what migrations would be made without applying them. Will emit sql statements to stdout.alembic_revision
message
: string message to apply to the revision.autogenerate
: whether or not to autogenerate the script from the database.alembic_stamp
revision
: The revision passed to alembic stamp
.