group-wbl/.venv/lib/python3.13/site-packages/chromadb/migrations/sysdb/00005-remove-topic.sqlite.sql

5 lines
152 B
MySQL
Raw Permalink Normal View History

2026-01-09 09:12:25 +08:00
-- Remove the topic column from the Collections and Segments tables
ALTER TABLE collections DROP COLUMN topic;
ALTER TABLE segments DROP COLUMN topic;