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;