diff --git a/backend/migrations/versions/a3c5e7f9b1d2_add_forgejo_profile_fields_to_users.py b/backend/migrations/versions/a3c5e7f9b1d2_add_forgejo_profile_fields_to_users.py index aeaf69f..8949443 100644 --- a/backend/migrations/versions/a3c5e7f9b1d2_add_forgejo_profile_fields_to_users.py +++ b/backend/migrations/versions/a3c5e7f9b1d2_add_forgejo_profile_fields_to_users.py @@ -11,7 +11,7 @@ import sqlalchemy as sa from alembic import op revision = "a3c5e7f9b1d2" -down_revision = "f7d8e9a0b1c2" +down_revision = "f2a3b4c5d6e7" branch_labels = None depends_on = None