Skip to content

Commit

Permalink
Merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
apsinghdev committed Dec 17, 2024
1 parent 492125b commit b690891
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions server/migrations/versions/2024-12-17-2339_merge_heads.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
"""Merge heads
Revision ID: 45fcc03cb4eb
Revises: eaf307b21bd9, cb9906114207
Create Date: 2024-12-17 23:39:32.298643
"""

import sqlalchemy as sa
from alembic import op

# Polar Custom Imports

# revision identifiers, used by Alembic.
revision = "45fcc03cb4eb"
down_revision = ("eaf307b21bd9", "cb9906114207")
branch_labels: tuple[str] | None = None
depends_on: tuple[str] | None = None


def upgrade() -> None:
pass


def downgrade() -> None:
pass

0 comments on commit b690891

Please sign in to comment.