mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-21 00:11:26 +02:00
4 lines
207 B
Plaintext
4 lines
207 B
Plaintext
-- Drop legacy embedding fields from base tables; embeddings now live in *_embedding tables.
|
|
REMOVE FIELD IF EXISTS embedding ON TABLE text_chunk;
|
|
REMOVE FIELD IF EXISTS embedding ON TABLE knowledge_entity;
|