mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-15 14:55:50 +01:00
we have now an interface for filesystem backeds, this make easy to add new filesystem backends
6 lines
No EOL
107 B
PL/PgSQL
6 lines
No EOL
107 B
PL/PgSQL
BEGIN;
|
|
--
|
|
-- Add field filesystem to user
|
|
--
|
|
ALTER TABLE "users" ADD COLUMN "filesystem" text NULL;
|
|
COMMIT; |