feat: Optimize codes.

This commit is contained in:
FFXN
2026-01-28 16:04:39 +08:00
parent 82fa219cf1
commit 6db70ffd9e

View File

@ -59,7 +59,7 @@ def downgrade():
batch_op.drop_column('need_summary')
with op.batch_alter_table('datasets', schema=None) as batch_op:
batch_op.drop_column('summary_index_setting')ß
batch_op.drop_column('summary_index_setting')
with op.batch_alter_table('document_segment_summaries', schema=None) as batch_op:
batch_op.drop_index('document_segment_summaries_status_idx')