Skip to content

Commit

Permalink
clean the alembic script up and better annotate it
Browse files Browse the repository at this point in the history
  • Loading branch information
armish committed Sep 1, 2015
1 parent a3ef294 commit a45bfaa
Showing 1 changed file with 3 additions and 5 deletions.
@@ -1,7 +1,8 @@
"""vcfs: store inferred ENSEMBL release
"""Add vcf_release column to the vcfs table to store the inferred ENSEMBL
release identifier that follows PyEnsembl and Varcode conventions.
Revision ID: 2c00861f3ff1
Revises:
Revises:
Create Date: 2015-08-31 17:50:09.263094
"""
Expand All @@ -18,9 +19,6 @@

def upgrade():
op.add_column('vcfs', sa.Column('vcf_release', sa.Integer))
pass


def downgrade():
op.drop_column('vcfs', 'vcf_release')
pass

0 comments on commit a45bfaa

Please sign in to comment.