mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
rename public_key in public_keys
remove compatibility layer to convert public keys newline delimited in json list
This commit is contained in:
6
sql/mysql/20190807.sql
Normal file
6
sql/mysql/20190807.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
--
|
||||
-- Rename field public_key on user to public_keys
|
||||
--
|
||||
ALTER TABLE `users` CHANGE `public_key` `public_keys` longtext NULL;
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user