PHP 8.2.30
Preview: script.py.mako Size: 693 B
/proc/thread-self/root/opt/cloudlinux/venv/lib64/python3.11/site-packages/lvestats/utils/dbmigrator/script.py.mako

# coding=utf-8
#
# Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2021 All Rights Reserved
#
# Licensed under CLOUD LINUX LICENSE AGREEMENT
# http://cloudlinux.com/docs/LICENCE.TXT
#
"""${message}

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

"""

# revision identifiers, used by Alembic.
revision = ${repr(up_revision)}
down_revision = ${repr(down_revision)}
branch_labels = ${repr(branch_labels)}
depends_on = ${repr(depends_on)}

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

def upgrade():
    ${upgrades if upgrades else "pass"}


def downgrade():
    ${downgrades if downgrades else "pass"}

Directory Contents

Dirs: 2 × Files: 8

Name Size Perms Modified Actions
versions DIR
- drwxr-xr-x 2026-03-05 22:36:53
Edit Download
- drwxr-xr-x 2026-03-05 22:36:53
Edit Download
1.48 KB lrw-r--r-- 2026-02-17 11:00:05
Edit Download
1.40 KB lrw-r--r-- 2026-02-17 11:00:05
Edit Download
752 B lrw-r--r-- 2026-02-17 11:00:05
Edit Download
3.11 KB lrw-r--r-- 2026-02-17 11:00:05
Edit Download
2.50 KB lrw-r--r-- 2026-02-17 11:00:05
Edit Download
693 B lrw-r--r-- 2026-02-17 11:00:05
Edit Download
771 B lrw-r--r-- 2026-02-17 11:00:05
Edit Download
294 B lrw-r--r-- 2026-02-17 11:00:05
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).