version
This commit is contained in:
24
migrations/versions/a1fd98e6630d_merge_heads.py
Normal file
24
migrations/versions/a1fd98e6630d_merge_heads.py
Normal file
@@ -0,0 +1,24 @@
|
||||
"""merge heads
|
||||
|
||||
Revision ID: a1fd98e6630d
|
||||
Revises: 761908f0cacf, add_password_reset_tokens
|
||||
Create Date: 2025-06-23 09:12:50.264151
|
||||
|
||||
"""
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = 'a1fd98e6630d'
|
||||
down_revision = ('761908f0cacf', 'add_password_reset_tokens')
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
||||
def upgrade():
|
||||
pass
|
||||
|
||||
|
||||
def downgrade():
|
||||
pass
|
||||
Reference in New Issue
Block a user