Skip to content

Commit

Permalink
fix: db migration
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywoola committed Jun 26, 2024
1 parent f6eefc5 commit 50fa1b4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions api/migrations/versions/63f9175e515b_merge_branches.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
"""merge branches
Revision ID: 63f9175e515b
Revises: 2a3aebbbf4bb, b69ca54b9208
Create Date: 2024-06-26 09:46:36.573505
"""
import models as models

# revision identifiers, used by Alembic.
revision = '63f9175e515b'
down_revision = ('2a3aebbbf4bb', 'b69ca54b9208')
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass

0 comments on commit 50fa1b4

Please sign in to comment.