lots of changes
This commit is contained in:
28
migrations/versions/8cd29b8fb6ec_auto.py
Normal file
28
migrations/versions/8cd29b8fb6ec_auto.py
Normal file
@ -0,0 +1,28 @@
|
||||
"""auto
|
||||
|
||||
Revision ID: 8cd29b8fb6ec
|
||||
Revises: 7dbb6d550055
|
||||
Create Date: 2025-06-05 05:12:50.608338
|
||||
|
||||
"""
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '8cd29b8fb6ec'
|
||||
down_revision = '7dbb6d550055'
|
||||
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