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