mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 15:40:23 +00:00
2aca4479a5
remove compatibility layer to convert public keys newline delimited in json list
6 lines
No EOL
139 B
PL/PgSQL
6 lines
No EOL
139 B
PL/PgSQL
BEGIN;
|
|
--
|
|
-- Rename field public_key on user to public_keys
|
|
--
|
|
ALTER TABLE `users` CHANGE `public_key` `public_keys` longtext NULL;
|
|
COMMIT; |