mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +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/mysql/20200116.sql
Normal file
6
sql/mysql/20200116.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
--
|
||||
-- Add field filesystem to user
|
||||
--
|
||||
ALTER TABLE `users` ADD COLUMN `filesystem` longtext NULL;
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user