mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03: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; |