Files
agentic-coding-workflow/migrations/0022_pgvector_code_index.down.sql
2026-06-22 08:55:57 +08:00

6 lines
247 B
SQL

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;