-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1281 plan_user_associations merge revisions
- Loading branch information
1 parent
17b6a34
commit 71be2b6
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
migrations/versions/ba57f5aeba5f_merge_535f7111e416_d80effffd83d.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |