Skip to content

Commit

Permalink
refine migration
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Jun 30, 2022
1 parent ef3bc6d commit 0d10fb3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
Revision ID: c747c78868b6
Revises: e786798587de
Create Date: 2022-06-09 22:04:17.686635
Create Date: 2022-06-30 22:04:17.686635
"""

# revision identifiers, used by Alembic.

revision = "c747c78868b6"
down_revision = "e786798587de"
down_revision = "7fb8bca906d2"

from alembic import op
from sqlalchemy import and_, Column, Integer, String, Text
Expand Down

0 comments on commit 0d10fb3

Please sign in to comment.