Skip to content

Commit

Permalink
Add merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Jun 13, 2024
1 parent 6ff611f commit a3cc949
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions lib/galaxy/model/migrations/alembic/versions_gxy/eee9229a9765_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
"""Merge 2 head revisions after pulling 24.1 into dev
Revision ID: eee9229a9765
Revises: 570bce1e82f9, c63848676caf
Create Date: 2024-06-13 11:50:03.226676
"""

# revision identifiers, used by Alembic.
revision = "eee9229a9765"
down_revision = ("570bce1e82f9", "c63848676caf")
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass

0 comments on commit a3cc949

Please sign in to comment.