fix(alembic): renumber git_provider migration to 076 — single head restored

The two parallel spec-item branches each took 075 off head 074 (flagged in
both PRs); merging both left two alembic heads. git_provider now revises
075_company_goals_company_name; verified with a real upgrade chain run.
This commit is contained in:
Renn F
2026-07-18 19:14:36 +02:00
parent 461a6e1ae7
commit 9618e345e8
@@ -10,8 +10,8 @@ a registration-time rejection unless the operator sets this column explicitly
project keeps resolving to GitHub behavior until GitLab/Gitea providers land
in a later phase.
Revision ID: 075_project_git_provider
Revises: 074_telegram_credentials
Revision ID: 076_project_git_provider
Revises: 075_company_goals_company_name
Create Date: 2026-07-18
"""
@@ -20,8 +20,8 @@ from __future__ import annotations
import sqlalchemy as sa
from alembic import op
revision = "075_project_git_provider"
down_revision = "074_telegram_credentials"
revision = "076_project_git_provider"
down_revision = "075_company_goals_company_name"
branch_labels: dict[str, str] | None = None
depends_on: dict[str, str] | None = None