Changeset 0.22.8 (#150)

This commit is contained in:
2026-03-04 16:06:12 +00:00
parent 389e47b0f9
commit 7e26a2a261
114 changed files with 3700 additions and 7572 deletions

View File

@@ -189,7 +189,7 @@ check_table "usage_log"
check_table "model_pricing"
check_table "extensions"
check_table "extension_user_settings"
check_table "attachments"
check_table "files"
check_table "knowledge_bases"
check_table "kb_documents"
check_table "kb_chunks"
@@ -296,14 +296,17 @@ check_column "extensions" "manifest"
check_column "extensions" "is_system"
check_column "extensions" "scope"
# ── Attachments ──────────────────────────
# ── Files ──────────────────────────
echo ""
echo "Attachments:"
check_column "attachments" "channel_id"
check_column "attachments" "storage_key"
check_column "attachments" "extracted_text"
check_index "idx_attachments_channel"
check_index "idx_attachments_orphan"
echo "Files:"
check_column "files" "channel_id"
check_column "files" "storage_key"
check_column "files" "extracted_text"
check_column "files" "origin"
check_column "files" "display_hint"
check_column "files" "updated_at"
check_index "idx_files_channel"
check_index "idx_files_orphan"
# ── Knowledge Bases ──────────────────────
echo ""