From db442ed8fa70a9ef00453ad7f26eb24d86ae3a07 Mon Sep 17 00:00:00 2001 From: Dniel97 Date: Thu, 9 Jul 2026 21:12:42 +0200 Subject: [PATCH] update alembic revision --- .../63f1fc2e334c_drop_billing_playcount_unique_constraint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/data/alembic/versions/63f1fc2e334c_drop_billing_playcount_unique_constraint.py b/core/data/alembic/versions/63f1fc2e334c_drop_billing_playcount_unique_constraint.py index fda1a6f..cba9f02 100644 --- a/core/data/alembic/versions/63f1fc2e334c_drop_billing_playcount_unique_constraint.py +++ b/core/data/alembic/versions/63f1fc2e334c_drop_billing_playcount_unique_constraint.py @@ -1,7 +1,7 @@ """drop billing playcount unique constraint Revision ID: 63f1fc2e334c -Revises: ada3e2d02483 +Revises: 1b78db5898f4 Create Date: 2026-07-03 18:01:52.160242 """ @@ -11,7 +11,7 @@ import sqlalchemy as sa # revision identifiers, used by Alembic. revision = '63f1fc2e334c' -down_revision = 'ada3e2d02483' +down_revision = '1b78db5898f4' branch_labels = None depends_on = None