Skip to content

Commit

Permalink
merge migration (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennmueng authored May 15, 2024
1 parent 133f8d3 commit ad509d2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/migrations/versions/0a992db1f362_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
"""empty message
Revision ID: 0a992db1f362
Revises: 704569328ec7, ab24602a9f68
Create Date: 2024-05-15 21:06:42.859838
"""
import sqlalchemy as sa
from alembic import op

# revision identifiers, used by Alembic.
revision = "0a992db1f362"
down_revision = ("704569328ec7", "ab24602a9f68")
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass

0 comments on commit ad509d2

Please sign in to comment.