Skip to content

Commit

Permalink
Resetting alembic
Browse files Browse the repository at this point in the history
  • Loading branch information
elviskahoro committed Oct 16, 2024
1 parent 1b68189 commit 4355762
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""empty message
Revision ID: 9b1dd3d02d5a
Revision ID: 486580f3ee3b
Revises:
Create Date: 2024-10-15 14:35:23.906153
Create Date: 2024-10-16 13:34:38.888424
"""
from typing import Sequence, Union
Expand All @@ -12,7 +12,7 @@
import sqlmodel

# revision identifiers, used by Alembic.
revision: str = '9b1dd3d02d5a'
revision: str = '486580f3ee3b'
down_revision: Union[str, None] = None
branch_labels: Union[str, Sequence[str], None] = None
depends_on: Union[str, Sequence[str], None] = None
Expand Down

0 comments on commit 4355762

Please sign in to comment.