Skip to content

Commit

Permalink
chore: resolve migration conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzuodong committed Aug 15, 2024
1 parent 178b7e7 commit ae78ed1
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""add icon_type
"""app and site icon type
Revision ID: 44d0f8e91926
Revises: eeb2e349e6ac
Create Date: 2024-08-09 03:15:39.557824
Revision ID: a6be81136580
Revises: 8782057ff0dc
Create Date: 2024-08-15 10:01:24.697888
"""
import sqlalchemy as sa
Expand All @@ -11,8 +11,8 @@
import models as models

# revision identifiers, used by Alembic.
revision = '44d0f8e91926'
down_revision = 'eeb2e349e6ac'
revision = 'a6be81136580'
down_revision = '8782057ff0dc'
branch_labels = None
depends_on = None

Expand Down

0 comments on commit ae78ed1

Please sign in to comment.