Documentation Index
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
prefect.server.database.alembic_commands
Functions
with_alembic_lock
KeyError: 'config' when del globals_[attr_name].
alembic_config
alembic_upgrade
revision: The revision passed toalembic 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 toalembic 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 toalembic stamp.