Skip to content

Commit

Permalink
#1281 plan_user_associations merge revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Feb 19, 2024
1 parent 17b6a34 commit 71be2b6
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
"""Merge 535f7111e416 d80effffd83d
Revision ID: ba57f5aeba5f
Revises: 535f7111e416, d80effffd83d
Create Date: 2024-02-19 20:09:25.499959
"""
from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = 'ba57f5aeba5f'
down_revision = ('535f7111e416', 'd80effffd83d')
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass

0 comments on commit 71be2b6

Please sign in to comment.