Move v1 checksums to image and track v2 separately

This commit is contained in:
Jake Moshenko 2015-11-04 16:18:53 -05:00 committed by Jimmy Zelinskie
parent 2b3633b107
commit 3d0bcbaaeb
8 changed files with 65 additions and 17 deletions

View file

@ -12,10 +12,6 @@ down_revision = '35f538da62'
from alembic import op
import sqlalchemy as sa
<<<<<<< HEAD
=======
from sqlalchemy.dialects import mysql
>>>>>>> Remove the used_legacy_github column
def upgrade(tables):
### commands auto generated by Alembic - please adjust! ###