/opt/cloudlinux/venv/lib/python3.11/site-packages/lvestats/utils/dbmigrator
# 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"}
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
alembic.ini
Edit
dbgovernor_config.py
Edit
dbmigrate.py
Edit
dbmigrate_lib.py
Edit
env.py
Edit
script.py.mako
Edit
trash_cleaner.py
Edit
versions
Edit