feat: user-owned S3-compatible storage with credential verification
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Migration: Add user storage columns
|
||||
ALTER TABLE "users" ADD COLUMN IF NOT EXISTS "storage_provider" text;
|
||||
ALTER TABLE "users" ADD COLUMN IF NOT EXISTS "storage_api_key_encrypted" text;
|
||||
Reference in New Issue
Block a user