feat(backend): add opendal storage for file payload and postgres record for metadata, add CORS layer

This commit is contained in:
2026-05-21 00:26:28 +03:00
parent 0aa87d61e5
commit ce835da9a4
7 changed files with 1098 additions and 87 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE file_records ADD COLUMN storage_path TEXT NOT NULL DEFAULT '';