Skip to content

Commit

Permalink
fix: heads (#24548)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored Jun 29, 2023
1 parent 75543af commit 66f59e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"""add on delete cascade for tables references
Revision ID: 6fbe660cac39
Revises: 83e1abbe777f
Revises: 90139bf715e4
Create Date: 2023-06-22 13:39:47.989373
"""
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
Expand Down

0 comments on commit 66f59e5

Please sign in to comment.