Skip to content

Commit

Permalink
Merge Alembic migration heads (upstream v14.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuovinen committed Feb 7, 2024
1 parent e6d3806 commit 89d92d3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions alembic/versions/20240207_4d2868f45b5c_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
"""Merge upstream v14.1.0 to ekirjasto-circulation
Revision ID: 4d2868f45b5c
Revises: 735bf6ced8b9, d7ef6948af4e
Create Date: 2024-02-07 13:56:36.819639+00:00
"""
from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = "4d2868f45b5c"
down_revision = ("735bf6ced8b9", "d7ef6948af4e")
branch_labels = None
depends_on = None


def upgrade() -> None:
pass


def downgrade() -> None:
pass

0 comments on commit 89d92d3

Please sign in to comment.