Changeset 0.19.0.1 (#82)

This commit is contained in:
2026-02-28 23:46:23 +00:00
parent 091ce2af6a
commit 748f49bedd
30 changed files with 3873 additions and 151 deletions

View File

@@ -195,11 +195,13 @@ check_table "kb_documents"
check_table "kb_chunks"
check_table "channel_knowledge_bases"
# ── Dropped tables (v0.16.0 cleanup) ────
# ── Projects (v0.19.0) ───────────────────
echo ""
echo "Dropped tables (v0.16.0 cleanup):"
check_table_absent "projects"
check_table_absent "project_channels"
echo "Projects (v0.19.0):"
check_table "projects"
check_table "project_channels"
check_table "project_knowledge_bases"
check_table "project_notes"
# ── Users (vault) ────────────────────────
echo ""
@@ -266,6 +268,7 @@ echo "Channels & Messages:"
check_column "channels" "settings"
check_column "channels" "folder_id"
check_column "channels" "team_id"
check_column "channels" "project_id"
check_column "messages" "parent_id"
check_column "messages" "sibling_index"
check_column "messages" "tool_calls"