Merge pull request #814 from jzelinskie/fixmigrations
resolve migration branches and run initdb
This commit is contained in:
commit
0e4d749f89
3 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ Create Date: 2015-11-04 16:29:48.905775
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = '2827d36939e4'
|
revision = '2827d36939e4'
|
||||||
down_revision = '73669db7e12'
|
down_revision = '5cdc2d819c5'
|
||||||
|
|
||||||
from alembic import op
|
from alembic import op
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
|
|
@ -6,7 +6,7 @@ Create Date: 2015-07-13 16:51:41.669249
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = '57dad559ff2d'
|
revision = '57dad559ff2d'
|
||||||
down_revision = '35f538da62'
|
down_revision = '73669db7e12'
|
||||||
|
|
||||||
from alembic import op
|
from alembic import op
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
|
Binary file not shown.
Reference in a new issue