mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
4c0a31d38b
Co-authored-by: crazywoola <427733928@qq.com>
23 lines
360 B
Python
23 lines
360 B
Python
"""merge branches
|
|
|
|
Revision ID: 63f9175e515b
|
|
Revises: 2a3aebbbf4bb, b69ca54b9208
|
|
Create Date: 2024-06-26 09:46:36.573505
|
|
|
|
"""
|
|
import models as models
|
|
|
|
# revision identifiers, used by Alembic.
|
|
revision = '63f9175e515b'
|
|
down_revision = ('2a3aebbbf4bb', 'b69ca54b9208')
|
|
branch_labels = None
|
|
depends_on = None
|
|
|
|
|
|
def upgrade():
|
|
pass
|
|
|
|
|
|
def downgrade():
|
|
pass
|