Skip to content

Commit

Permalink
fix reversion
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Jul 8, 2022
1 parent 1071c40 commit f64baf8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"""Add user_id and dttm composite index to Log model
Revision ID: cdcf3d64daf4
Revises: b0d0249074e4
Revises: 7fb8bca906d2
Create Date: 2022-04-05 13:27:06.028908
"""

# revision identifiers, used by Alembic.
revision = "cdcf3d64daf4"
down_revision = "c747c78868b6"
down_revision = "7fb8bca906d2"


from alembic import op
Expand Down

0 comments on commit f64baf8

Please sign in to comment.