bunch of changes
This commit is contained in:
28
migrations/versions/50d5ff358f96_auto.py
Normal file
28
migrations/versions/50d5ff358f96_auto.py
Normal file
@ -0,0 +1,28 @@
|
||||
"""auto
|
||||
|
||||
Revision ID: 50d5ff358f96
|
||||
Revises: 1c7cef84b4ae
|
||||
Create Date: 2025-06-04 22:14:54.902029
|
||||
|
||||
"""
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '50d5ff358f96'
|
||||
down_revision = '1c7cef84b4ae'
|
||||
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