Merged in feature/preserve-folder-paths (pull request #179)

support folder paths

* support folder paths

* s3 storage docs
This commit is contained in:
Jay Brown
2025-09-05 18:25:31 +00:00
parent 0ad41de26b
commit 730f3ba11a
27 changed files with 8281 additions and 63 deletions
@@ -0,0 +1,2 @@
ALTER TABLE documentUploads ADD COLUMN batch_id uuid;
CREATE INDEX idx_documentuploads_batch_id ON documentUploads(batch_id);