mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
we have now an interface for filesystem backeds, this make easy to add new filesystem backends
6 lines
111 B
PL/PgSQL
6 lines
111 B
PL/PgSQL
BEGIN;
|
|
--
|
|
-- Add field filesystem to user
|
|
--
|
|
ALTER TABLE `users` ADD COLUMN `filesystem` longtext NULL;
|
|
COMMIT; |