migrations: resolve branched migration tree
This moves the migration adding stars to HEAD.
This commit is contained in:
parent
3780434279
commit
7fbbf14e49
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Create Date: 2014-12-02 17:45:00.707498
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = '2088f2b81010'
|
revision = '2088f2b81010'
|
||||||
down_revision = '1c5b738283a5'
|
down_revision = '4ef04c61fcf9'
|
||||||
|
|
||||||
from alembic import op
|
from alembic import op
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
|
Reference in a new issue