This commit is contained in:
2026-06-22 08:55:57 +08:00
parent dbb87823e8
commit 6ade6e8fa9
325 changed files with 41131 additions and 855 deletions
@@ -0,0 +1,5 @@
DROP TABLE IF EXISTS code_chunks;
DROP TABLE IF EXISTS code_index_runs;
-- Only this migration created the extension; drop it on full rollback. Guarded
-- so it is a no-op if a later feature already depends on it.
DROP EXTENSION IF EXISTS vector;