Skip to content
Snippets Groups Projects
Commit a5faf075 authored by Daniel Nemergut's avatar Daniel Nemergut Committed by Charlotte Hausman
Browse files

Corrected alembic down revision for ws_annihilator notification migration

parent e4693278
No related branches found
No related tags found
1 merge request!1618update vlass templates for pimscache python3.10 upgrade
......@@ -18,7 +18,7 @@
"""ws_ann failure notification template
Revision ID: 7abf54ae3fe5
Revises: 7ec92e7da566
Revises: d3bf0fcd237c
Create Date: 2024-03-28 09:12:39.453333
"""
......@@ -29,7 +29,7 @@ from alembic import op
# revision identifiers, used by Alembic.
revision = "7abf54ae3fe5"
down_revision = "7ec92e7da566"
down_revision = "d3bf0fcd237c"
branch_labels = None
depends_on = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment