fix: heads (#24548)

This commit is contained in:
Beto Dealmeida 2023-06-28 19:08:19 -07:00 committed by GitHub
parent 75543af550
commit 66f59e5797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
"""add on delete cascade for tables references
Revision ID: 6fbe660cac39
Revises: 83e1abbe777f
Revises: 90139bf715e4
Create Date: 2023-06-22 13:39:47.989373
"""
@ -25,7 +25,7 @@ from __future__ import annotations
# revision identifiers, used by Alembic.
revision = "6fbe660cac39"
down_revision = "83e1abbe777f"
down_revision = "90139bf715e4"
import sqlalchemy as sa
from alembic import op