diff --git a/make_post_sell/scripts/alembic/versions/a1b2c3d4e5f6_torrent_magnet_links.py b/make_post_sell/scripts/alembic/versions/c0236e351476_torrent_distribution_support.py similarity index 88% rename from make_post_sell/scripts/alembic/versions/a1b2c3d4e5f6_torrent_magnet_links.py rename to make_post_sell/scripts/alembic/versions/c0236e351476_torrent_distribution_support.py index 41f4be5..d090544 100644 --- a/make_post_sell/scripts/alembic/versions/a1b2c3d4e5f6_torrent_magnet_links.py +++ b/make_post_sell/scripts/alembic/versions/c0236e351476_torrent_distribution_support.py @@ -1,22 +1,20 @@ -"""torrent magnet links +"""torrent_distribution_support -Revision ID: a1b2c3d4e5f6 -Revises: fd9f7e2f2b78 -Create Date: 2026-04-05 00:00:00.000000 +Revision ID: c0236e351476 +Revises: 9884324a48e3 +Create Date: 2026-04-06 13:40:00.002888 """ - from alembic import op import sqlalchemy as sa # revision identifiers, used by Alembic. -revision = "a1b2c3d4e5f6" -down_revision = "fd9f7e2f2b78" +revision = 'c0236e351476' +down_revision = '9884324a48e3' branch_labels = None depends_on = None - def _column_exists(table, column): conn = op.get_bind() result = conn.execute(sa.text(f"PRAGMA table_info({table})"))