Skip to content

Commit

Permalink
Merge pull request #19163 from jdavcs/dev_merge_migration_heads
Browse files Browse the repository at this point in the history
Add merge migration to merge 2 heads
  • Loading branch information
dannon authored Nov 19, 2024
2 parents 3f4a66d + 639baaf commit a7afb68
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 a7afb68

Please sign in to comment.