full adjustment
This commit is contained in:
30
migrations/versions/d91de687dac7_full_bd.py
Normal file
30
migrations/versions/d91de687dac7_full_bd.py
Normal file
@@ -0,0 +1,30 @@
|
||||
"""full bd
|
||||
|
||||
Revision ID: d91de687dac7
|
||||
Revises: c242c2733a7f
|
||||
Create Date: 2026-04-09 21:02:22.168790
|
||||
|
||||
"""
|
||||
from typing import Sequence, Union
|
||||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision: str = 'd91de687dac7'
|
||||
down_revision: Union[str, None] = 'c242c2733a7f'
|
||||
branch_labels: Union[str, Sequence[str], None] = None
|
||||
depends_on: Union[str, Sequence[str], None] = None
|
||||
|
||||
|
||||
def upgrade() -> None:
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
pass
|
||||
# ### end Alembic commands ###
|
||||
|
||||
|
||||
def downgrade() -> None:
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
pass
|
||||
# ### end Alembic commands ###
|
||||
Reference in New Issue
Block a user