Skip to content

Commit

Permalink
chore: Merges alembic heads
Browse files Browse the repository at this point in the history
  • Loading branch information
mbanting committed Feb 28, 2025
1 parent 3c33278 commit ad72f9b
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
"""empty message
Revision ID: 5658857a84dc
Revises: a9cd537fa8b4, 8fa31d7d9831
Create Date: 2025-02-28 08:12:25.878179
"""



# revision identifiers, used by Alembic.
revision = "5658857a84dc"
down_revision = ("a9cd537fa8b4", "8fa31d7d9831")
branch_labels = None
depends_on = None


def upgrade() -> None:
pass


def downgrade() -> None:
pass

0 comments on commit ad72f9b

Please sign in to comment.