mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-11-29 22:08:10 +02:00
6 lines
101 B
MySQL
6 lines
101 B
MySQL
|
|
BEGIN;
|
||
|
|
--
|
||
|
|
-- Add field filters to user
|
||
|
|
--
|
||
|
|
ALTER TABLE "users" ADD COLUMN "filters" text NULL;
|
||
|
|
COMMIT;
|