Skip to content

Commit 0e92fb0

Browse files
committed
Fix down revision of production schema migration
1 parent d3c3ba9 commit 0e92fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/triage/component/results_schema/alembic/versions/1b990cbc04e4_production_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# revision identifiers, used by Alembic.
1313
revision = '1b990cbc04e4'
14-
down_revision = '50e1f1bc2cac'
14+
down_revision = 'cfd5c3386014'
1515
branch_labels = None
1616
depends_on = None
1717

0 commit comments

Comments
 (0)