Skip to content
Snippets Groups Projects
Commit fd5dc619 authored by Neda Moeini's avatar Neda Moeini
Browse files

Fix the migration down revision ID

parent b49654c8
No related branches found
No related tags found
1 merge request!314Feature/vrf
"""Add VRF product.. """Add VRF product..
Revision ID: 6103f83731bb Revision ID: 6103f83731bb
Revises: 0e7e7d749617 Revises: 543afff041f9
Create Date: 2024-11-27 14:44:07.029634 Create Date: 2024-11-27 14:44:07.029634
""" """
...@@ -10,7 +10,7 @@ from alembic import op ...@@ -10,7 +10,7 @@ from alembic import op
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = '6103f83731bb' revision = '6103f83731bb'
down_revision = '0e7e7d749617' down_revision = '543afff041f9'
branch_labels = None branch_labels = None
depends_on = None depends_on = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment