Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add merge migration to merge 2 heads #19163

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading