mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-11-29 22:08:10 +02:00
we have now an interface for filesystem backeds, this make easy to add new filesystem backends
6 lines
107 B
PL/PgSQL
6 lines
107 B
PL/PgSQL
BEGIN;
|
|
--
|
|
-- Add field filesystem to user
|
|
--
|
|
ALTER TABLE "users" ADD COLUMN "filesystem" text NULL;
|
|
COMMIT; |