Skip to content
Snippets Groups Projects
Commit 6eda6093 authored by Kevin Harwell's avatar Kevin Harwell
Browse files

alembic: Bad down revision in add_default_from_user script

The down revision wasn't set correct in the add_default_from_user script.
This patch points it to the correct revision.

Change-Id: Ied45786db265a1d4fb350ef0dd33b4d043c9a74d
parent 3b9bd2d1
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ Create Date: 2015-09-04 14:13:59.195013 ...@@ -8,7 +8,7 @@ Create Date: 2015-09-04 14:13:59.195013
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = '154177371065' revision = '154177371065'
down_revision = '26f10cadc157' down_revision = '5a6ccc758633'
from alembic import op from alembic import op
import sqlalchemy as sa import sqlalchemy as sa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment