mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
fix error
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
"""1.0.20
|
||||||
|
|
||||||
|
Revision ID: a40261701909
|
||||||
|
Revises: ae9d8ed8df97
|
||||||
|
Create Date: 2024-05-22 19:16:21.374806
|
||||||
|
|
||||||
|
"""
|
||||||
|
|
||||||
|
# revision identifiers, used by Alembic.
|
||||||
|
revision = 'a40261701909'
|
||||||
|
down_revision = None
|
||||||
|
branch_labels = None
|
||||||
|
depends_on = None
|
||||||
|
|
||||||
|
|
||||||
|
def upgrade() -> None:
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
def downgrade() -> None:
|
||||||
|
pass
|
||||||
Reference in New Issue
Block a user