Warning

This document is for an old release of Galaxy. You can alternatively view this page in the latest release if it exists or view the top of the latest release's documentation.

Source code for galaxy.tool_shed.galaxy_install.migrate.versions.0001_tools

"""
Initialize the version column of the migrate_tools database table to 1.  No tool migrations are handled in this version.
"""


[docs]def upgrade(migrate_engine): print(__doc__)
[docs]def downgrade(migrate_engine): pass