mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:43:28 +02:00
Fix alembic mirgration which was broken by the IDE's refactor feature
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1a1d38aa29
commit
3fb85c766f
@@ -89,7 +89,7 @@ def upgrade() -> None:
|
||||
"indexer_query_result",
|
||||
sa.Column("id", sa.UUID(), nullable=False),
|
||||
sa.Column("title", sa.String(), nullable=False),
|
||||
sa.Column("_download_url", sa.String(), nullable=False),
|
||||
sa.Column("download_url", sa.String(), nullable=False),
|
||||
sa.Column("seeders", sa.Integer(), nullable=False),
|
||||
sa.Column("flags", postgresql.ARRAY(sa.String()), nullable=True),
|
||||
sa.Column(
|
||||
|
||||
Reference in New Issue
Block a user