Brings the working codebase (Next.js app, auth system, Stripe billing, Docker/deploy config, tests, docs) into version control on top of the placeholder initial commit, and adds account self-deletion (Danger Zone in Settings, password + typed-email confirmation, cascading DB cleanup, Stripe cancellation) per GDPR right-to-erasure. Excludes local build caches, node_modules, and internal agent scratch files; .gitignore hardened to keep those out going forward. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
3 lines
160 B
SQL
3 lines
160 B
SQL
ALTER TABLE "receipts" ALTER COLUMN "image_hash" SET DATA TYPE varchar(128);--> statement-breakpoint
|
|
ALTER TABLE "receipts" ADD COLUMN "extraction_json" jsonb;
|