SILENT KILLERPanel

Current Path: > > opt > hc_python > lib > python3.12 > site-packages > alembic > > templates > > async


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/hc_python/lib/python3.12/site-packages/alembic//templates//async

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
README File 58 bytes April 04 2025 08:02:35.
alembic.ini.mako File 3664 bytes April 04 2025 08:02:35.
env.py File 2389 bytes April 04 2025 08:02:35.
script.py.mako File 689 bytes April 04 2025 08:02:35.

Reading File: //opt/hc_python/lib/python3.12/site-packages/alembic//templates//async/script.py.mako

"""${message}

Revision ID: ${up_revision}
Revises: ${down_revision | comma,n}
Create Date: ${create_date}

"""
from typing import Sequence, Union

from alembic import op
import sqlalchemy as sa
${imports if imports else ""}

# revision identifiers, used by Alembic.
revision: str = ${repr(up_revision)}
down_revision: Union[str, None] = ${repr(down_revision)}
branch_labels: Union[str, Sequence[str], None] = ${repr(branch_labels)}
depends_on: Union[str, Sequence[str], None] = ${repr(depends_on)}


def upgrade() -> None:
    """Upgrade schema."""
    ${upgrades if upgrades else "pass"}


def downgrade() -> None:
    """Downgrade schema."""
    ${downgrades if downgrades else "pass"}

SILENT KILLER Tool