mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-04-21 12:32:38 +00:00
rename public_key in public_keys
remove compatibility layer to convert public keys newline delimited in json list
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
--
|
||||
-- Rename field public_key on user to public_keys
|
||||
--
|
||||
ALTER TABLE "users" RENAME COLUMN "public_key" TO "public_keys";
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user