fix: Update down_revision in migration file to maintain proper versioning

1 parent ac47be27
......@@ -11,7 +11,7 @@ from sqlalchemy.dialects import postgresql
import sqlalchemy as sa
from alembic import op
revision = '10a68b1510a6'
down_revision = None
down_revision = '021a8a342d5b'
branch_labels = None
depends_on = None
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!