Пересборка клавиатур, рефакторинг чата
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-13 20:03:44 +09:00
parent 4b06cd2f9e
commit 388c4e8aad
3 changed files with 616 additions and 10 deletions

View File

@@ -0,0 +1,28 @@
"""
Revision ID: 41aae82e631b
Revises: 64c4f8a81afa
Create Date: 2026-02-13 18:12:12.031589
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = '41aae82e631b'
down_revision = '64c4f8a81afa'
branch_labels = None
depends_on = 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 ###