bunch of changes
This commit is contained in:
28
migrations/versions/b783b3b43713_auto.py
Normal file
28
migrations/versions/b783b3b43713_auto.py
Normal file
@ -0,0 +1,28 @@
|
||||
"""auto
|
||||
|
||||
Revision ID: b783b3b43713
|
||||
Revises: bfc7a6bd8abc
|
||||
Create Date: 2025-06-05 02:07:18.572162
|
||||
|
||||
"""
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = 'b783b3b43713'
|
||||
down_revision = 'bfc7a6bd8abc'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
||||
def upgrade():
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
pass
|
||||
# ### end Alembic commands ###
|
||||
|
||||
|
||||
def downgrade():
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
pass
|
||||
# ### end Alembic commands ###
|
Reference in New Issue
Block a user