Skip to content

Commit

Permalink
Add merge migration to merge 2 heads
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Nov 19, 2024
1 parent 6463f86 commit 639baaf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions lib/galaxy/model/migrations/alembic/versions_gxy/75348cfb3715_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
"""Merge head revisions
Revision ID: 75348cfb3715
Revises: 9a5207190a4d, cbc46035eba0
Create Date: 2024-11-19 11:48:02.273303
"""

# revision identifiers, used by Alembic.
revision = "75348cfb3715"
down_revision = ("9a5207190a4d", "cbc46035eba0")
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass

0 comments on commit 639baaf

Please sign in to comment.