Skip to content

Commit

Permalink
Merge pull request #817 from chaos-genius/fix/migrations-jsonb-merge
Browse files Browse the repository at this point in the history
fix(migrations): merge diverged branches
  • Loading branch information
rjdp committed Mar 11, 2022
2 parents 86b771c + 8fc600c commit 9e2ac69
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions migrations/versions/4c40273b1dea_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
"""empty message
Revision ID: 4c40273b1dea
Revises: 94a4f2c2b63a, 591a00900af9
Create Date: 2022-03-11 14:57:43.755195
"""
from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = '4c40273b1dea'
down_revision = ('94a4f2c2b63a', '591a00900af9')
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass

0 comments on commit 9e2ac69

Please sign in to comment.