Fix db migration revision

This commit is contained in:
Joseph Schorr 2017-01-18 15:03:12 -05:00
parent 0a81dd99db
commit 3324743bff
2 changed files with 3 additions and 3 deletions

View file

@ -1,14 +1,14 @@
"""Add full text search indexing for repo name and description
Revision ID: e2894a3a3c19
Revises: 45fd8b9869d4
Revises: d42c175b439a
Create Date: 2017-01-11 13:55:54.890774
"""
# revision identifiers, used by Alembic.
revision = 'e2894a3a3c19'
down_revision = '45fd8b9869d4'
down_revision = 'd42c175b439a'
from alembic import op
import sqlalchemy as sa

View file

@ -60,7 +60,7 @@ redis
redlock
reportlab==2.7
semantic-version
sqlalchemy
sqlalchemy==1.1.5
stringscore
stripe
toposort