mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
add basic S3-Compatible Object Storage support
we have now an interface for filesystem backeds, this make easy to add new filesystem backends
This commit is contained in:
6
sql/pgsql/20200116.sql
Normal file
6
sql/pgsql/20200116.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
--
|
||||
-- Add field filesystem to user
|
||||
--
|
||||
ALTER TABLE "users" ADD COLUMN "filesystem" text NULL;
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user