mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-09-20 03:17:47 +00:00
remove compatibility layer to convert public keys newline delimited in json list
6 lines
135 B
PL/PgSQL
6 lines
135 B
PL/PgSQL
BEGIN;
|
|
--
|
|
-- Rename field public_key on user to public_keys
|
|
--
|
|
ALTER TABLE "users" RENAME COLUMN "public_key" TO "public_keys";
|
|
COMMIT; |