openreader/drizzle/postgres/0009_drop_pdf_parse.sql
Richard R 25342371a4 refactor(db): remove legacy PDF parse fields from documents schema
Eliminate parseState and parsedJsonKey columns from the documents table in both
Postgres and SQLite schemas, including related migration scripts and type
removal in document registration logic. This aligns the schema with the new
worker-based PDF parse model and reduces legacy field clutter.
2026-06-04 20:17:23 -06:00

2 lines
No EOL
129 B
SQL

ALTER TABLE "documents" DROP COLUMN "parse_state";--> statement-breakpoint
ALTER TABLE "documents" DROP COLUMN "parsed_json_key";