Skip to content

Commit

Permalink
server: Merge alembic heads
Browse files Browse the repository at this point in the history
  • Loading branch information
birkjernstrom committed May 15, 2024
1 parent 0a7a185 commit b30194b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions server/migrations/versions/2024-05-14-2224_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
"""empty message
Revision ID: 05980c33b79a
Revises: 7192dd2c7d7e, 5b96b5f08ddc
Create Date: 2024-05-14 22:24:44.712457
"""

import sqlalchemy as sa
from alembic import op

# Polar Custom Imports
from polar.kit.extensions.sqlalchemy import PostgresUUID

# revision identifiers, used by Alembic.
revision = "05980c33b79a"
down_revision = ("7192dd2c7d7e", "5b96b5f08ddc")
branch_labels: tuple[str] | None = None
depends_on: tuple[str] | None = None


def upgrade() -> None:
pass


def downgrade() -> None:
pass

0 comments on commit b30194b

Please sign in to comment.