chore: Improve Alembic Migration Generation (#4192)

This commit is contained in:
Michael Genson
2024-09-16 08:52:12 -05:00
committed by GitHub
parent 77208384ed
commit 8778559a20
35 changed files with 105 additions and 148 deletions

View File

@@ -11,8 +11,8 @@ from alembic import op
# revision identifiers, used by Alembic.
revision = "b3dbb554ba53"
down_revision = "38514b39a824"
branch_labels = None
depends_on = None
branch_labels: str | tuple[str, ...] | None = None
depends_on: str | tuple[str, ...] | None = None
def get_db_type():