Changeset 0.22.8 (#150)
This commit is contained in:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user