You've already forked agentic-coding-workflow
6 lines
247 B
SQL
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;
|