Changeset 0.7.2 (#40)

This commit is contained in:
2026-02-21 19:03:19 +00:00
parent 494b1aa981
commit 416e5439ea
28 changed files with 3813 additions and 138 deletions

View File

@@ -190,6 +190,25 @@ check_column "model_presets" "scope"
check_column "model_presets" "created_by"
check_column "model_presets" "is_active"
# ── Migration 013: Message Forking ───────────
echo ""
echo "Migration 013: Message Forking"
check_column "messages" "deleted_at"
check_column "messages" "sibling_index"
# ── Migration 014: Notes ─────────────────────
echo ""
echo "Migration 014: Notes"
check_table "notes"
check_column "notes" "user_id"
check_column "notes" "title"
check_column "notes" "content"
check_column "notes" "folder_path"
check_column "notes" "tags"
check_column "notes" "metadata"
check_column "notes" "source_channel_id"
check_column "notes" "search_vector"
# ═══════════════════════════════════════════
# ADD NEW MIGRATION CHECKS ABOVE THIS LINE
# ═══════════════════════════════════════════