mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-05 22:17:20 +02:00
6 lines
111 B
MySQL
6 lines
111 B
MySQL
|
|
BEGIN;
|
||
|
|
--
|
||
|
|
-- Add field filesystem to user
|
||
|
|
--
|
||
|
|
ALTER TABLE `users` ADD COLUMN `filesystem` longtext NULL;
|
||
|
|
COMMIT;
|