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 source_metadata column to workflow table as alembic revision #13541

Merged
merged 4 commits into from
Mar 16, 2022

Commits on Mar 14, 2022

  1. Add source_metadata column to workflow table

    The context manager in the downgrade() function is a standard workaround
    for dealing with the limitations of SQLite's alter_table statement.
    
    Ref:
    https://alembic.sqlalchemy.org/en/latest/ops.html?highlight=batch_alter_table#alembic.operations.Operations.batch_alter_table
    https://alembic.sqlalchemy.org/en/latest/batch.html#batch-migrations
    jdavcs committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    6bb0125 View commit details
    Browse the repository at this point in the history
  2. Update lib/galaxy/model/migrations/alembic/versions_gxy/b182f655505f_…

    …add_workflow_source_metadata_column.py
    
    
    Drop import
    
    Co-authored-by: Marius van den Beek <m.vandenbeek@gmail.com>
    jdavcs and mvdbeek authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9db6c98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b9be1e View commit details
    Browse the repository at this point in the history
  4. Fix dumb mistake

    Co-authored-by: David López <46503462+davelopez@users.noreply.github.com>
    jdavcs and davelopez authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    7725491 View commit details
    Browse the repository at this point in the history