Added messaging functions
This commit is contained in:
24
migrations/versions/bd04430cda95_merge_heads.py
Normal file
24
migrations/versions/bd04430cda95_merge_heads.py
Normal file
@@ -0,0 +1,24 @@
|
||||
"""merge heads
|
||||
|
||||
Revision ID: bd04430cda95
|
||||
Revises: f18735338888, add_conversations_tables
|
||||
Create Date: 2025-05-26 11:14:05.629795
|
||||
|
||||
"""
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = 'bd04430cda95'
|
||||
down_revision = ('f18735338888', 'add_conversations_tables')
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
||||
def upgrade():
|
||||
pass
|
||||
|
||||
|
||||
def downgrade():
|
||||
pass
|
||||
Reference in New Issue
Block a user