Update down_revision to fix migrations (#7850)

This commit is contained in:
1AB9502
2019-07-11 13:32:34 -06:00
committed by Grace Guo
parent a0ad18c8ba
commit 9eccae3b4f

View File

@@ -17,14 +17,14 @@
"""Add published column to dashboards
Revision ID: d6ffdf31bdd4
Revises: 45e7da7cfeba
Revises: b4a38aa87893
Create Date: 2018-03-30 14:00:44.929483
"""
# revision identifiers, used by Alembic.
revision = "d6ffdf31bdd4"
down_revision = "d7c1a0d6f2da"
down_revision = "b4a38aa87893"
from alembic import op
import sqlalchemy as sa