Merge pull request #814 from jzelinskie/fixmigrations

resolve migration branches and run initdb
This commit is contained in:
Jimmy Zelinskie 2015-11-06 16:15:57 -05:00
commit 0e4d749f89
3 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ Create Date: 2015-11-04 16:29:48.905775
# revision identifiers, used by Alembic.
revision = '2827d36939e4'
down_revision = '73669db7e12'
down_revision = '5cdc2d819c5'
from alembic import op
import sqlalchemy as sa

View file

@ -6,7 +6,7 @@ Create Date: 2015-07-13 16:51:41.669249
# revision identifiers, used by Alembic.
revision = '57dad559ff2d'
down_revision = '35f538da62'
down_revision = '73669db7e12'
from alembic import op
import sqlalchemy as sa

Binary file not shown.