Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Jun 26, 2024
1 parent 8111cf5 commit db7b2cd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions database/versions/a40261701909_1_0_20.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
"""1.0.20
Revision ID: a40261701909
Revises: ae9d8ed8df97
Create Date: 2024-05-22 19:16:21.374806
"""

# revision identifiers, used by Alembic.
revision = 'a40261701909'
down_revision = None
branch_labels = None
depends_on = None


def upgrade() -> None:
pass


def downgrade() -> None:
pass

0 comments on commit db7b2cd

Please sign in to comment.